wireguard directory

feat/kile-v2
Ricard Illa 2022-02-25 18:20:11 +01:00
parent 7b2d05448b
commit da7755d202
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
optimise.automatic = true;
}; };
# boot.binfmt.emulatedSystems = [ "aarch64-linux" "qemu-aarch64" ]; # boot.binfmt.emulatedSystems = [ "aarch64-linux" "qemu-aarch64" ];
@ -273,7 +274,6 @@
"/etc/ssh/ssh_host_ed25519_key.pub" "/etc/ssh/ssh_host_ed25519_key.pub"
"/etc/ssh/ssh_host_rsa_key" "/etc/ssh/ssh_host_rsa_key"
"/etc/ssh/ssh_host_rsa_key.pub" "/etc/ssh/ssh_host_rsa_key.pub"
"/etc/wireguard/wg0"
]; ];
}; };
"/persist/user" = { "/persist/user" = {
@ -281,6 +281,7 @@
"/etc/NetworkManager/system-connections" "/etc/NetworkManager/system-connections"
"/etc/nixos" "/etc/nixos"
"/var/lib/libvirt" "/var/lib/libvirt"
"/etc/wireguard"
]; ];
}; };
}; };