feat: add remote disk decryption over ssh

This commit is contained in:
Leon Schwarzäugl 2025-11-17 22:51:14 +01:00
parent 6152fbd623
commit 2dcab62151
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 162 additions and 64 deletions

View file

@ -15,7 +15,7 @@
networking = {
inherit (config.repo.secrets.local.networking) hostId;
hostName = config.node.name;
nftables.enable = lib.mkDefault true;
nftables.enable = lib.mkDefault false;
enableIPv6 = lib.mkDefault true;
firewall = {
enable = lib.mkDefault true;