This commit is contained in:
Henri Dohmen 2025-05-31 14:22:37 +02:00
parent 1f65e12585
commit 7584ff9a39
5 changed files with 49 additions and 48 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ var, ... }:
{
imports = [
./boot.nix
@ -7,4 +7,6 @@
./shell.nix
./users.nix
];
networking.extraHosts = var.lan-dns.hostsFile;
}