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

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

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