move more modules

This commit is contained in:
Vinzenz Schroeter 2025-09-14 13:45:48 +02:00
parent 1b3b7cf607
commit 1f1b901330
12 changed files with 69 additions and 83 deletions

View file

@ -129,6 +129,11 @@
"nix-command"
"flakes"
];
documentation = {
info.enable = false; # info pages and the info command
doc.enable = false; # documentation distributed in packages' /share/doc
};
}
./nixosConfigurations/${device}
@ -140,7 +145,6 @@
self.nixosModules.tailscale
self.nixosModules.allowed-unfree-list
self.nixosModules.extra-caches
./modules/nixpkgs.nix
zerforschen-plus.nixosModules.default
]