1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add new host (330-15ARR)

This commit is contained in:
Andrey0189
2024-11-30 12:03:42 +05:00
parent da05bdc7a5
commit b09fa5a394
4 changed files with 62 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
user = "amper";
hosts = [
{ hostname = "slim3"; stateVersion = "24.05"; }
{ hostname = "330-15ARR"; stateVersion = "24.11"; }
];
makeSystem = { hostname, stateVersion }: nixpkgs.lib.nixosSystem {