added mini-pc nix conf

This commit is contained in:
Dmitry
2026-05-29 16:46:23 +03:00
parent cf079ba65b
commit 7602db6ae7
7 changed files with 120 additions and 74 deletions
+7
View File
@@ -12,5 +12,12 @@
./hosts/cloud-pc.nix
];
};
nixosConfigurations.mini-pc = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/mini-pc.nix
];
};
};
}