Configs for sparky.
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user