restructure

This commit is contained in:
Henri Dohmen 2025-07-14 14:45:55 +02:00
parent 4922f8f7cb
commit ffe40ca5e7
25 changed files with 84 additions and 66 deletions

15
common/default.nix Normal file
View file

@ -0,0 +1,15 @@
{ var, ... }:
{
imports = [
../mod
../desktop
./boot.nix
./locale.nix
./nix.nix
./security.nix
./shell.nix
./users.nix
];
networking.extraHosts = var.lan-dns.hostsFile;
}