feat: import wireguard to lily, import lily's services, disable firewall temporarily; chore: remove an old zfs line

This commit is contained in:
Ahwx 2025-05-18 14:08:48 +02:00
parent 02dea23351
commit eb6151b1ac
2 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,9 @@ in
./hardware-configuration.nix
./variables.nix
./dns.nix
./wireguard.nix
./../../modules/core/default.router.nix
./../../modules/services/lily.nix
];
liv = {
@ -26,7 +28,6 @@ in
};
boot = {
supportedFilesystems = [ "zfs" ];
loader.grub = {
enable = true;
device = "/dev/sda";
@ -52,7 +53,7 @@ in
networking = {
firewall = {
enable = true;
enable = false;
allowPing = true;
# allow ssh on *all* interfaces, even wan.

3
hosts/lily/wireguard.nix Normal file
View file

@ -0,0 +1,3 @@
{
}