Configs for sparky.

This commit is contained in:
2025-10-19 20:15:56 +01:00
parent 7cecf5bea6
commit 0b17a32da5
8 changed files with 132 additions and 35 deletions

View File

@@ -128,6 +128,7 @@
./hosts/zippy
];
chilly = mkHMNixos "x86_64-linux" [ ./hosts/chilly ];
sparky = mkHMNixos "x86_64-linux" [ ./hosts/sparky ];
};
deploy = {
@@ -180,6 +181,15 @@
};
};
};
sparky = {
hostname = "workshop";
profiles = {
system = {
user = "root";
path = (deployPkgsFor "x86_64-linux").deploy-rs.lib.activate.nixos self.nixosConfigurations.sparky;
};
};
};
};
};