final-finally?

This commit is contained in:
Nicole Dresselhaus
2025-06-11 16:20:13 +02:00
parent cbd55764b7
commit f98a761db3
3 changed files with 47 additions and 21 deletions

View File

@ -14,7 +14,7 @@
let
system = "x86_64-linux";
in {
nixosConfigurations.host = nixpkgs.lib.nixosSystem {
nixosConfigurations.nix-nas = nixpkgs.lib.nixosSystem {
inherit system; # ← Pflichtfeld
specialArgs.disks = [ "/dev/nvme0n1" ];
modules = [