Configs for beefy.
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -165,6 +165,7 @@
|
||||
];
|
||||
chilly = mkHost "x86_64-linux" "workstation" [ ./hosts/chilly ];
|
||||
sparky = mkHost "x86_64-linux" "desktop" [ ./hosts/sparky ];
|
||||
beefy = mkHost "x86_64-linux" "desktop" [ ./hosts/beefy ];
|
||||
stinky = mkHost "aarch64-linux" "minimal" [
|
||||
nixos-hardware.nixosModules.raspberry-pi-4
|
||||
./hosts/stinky
|
||||
@@ -230,6 +231,15 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
beefy = {
|
||||
hostname = "beefy";
|
||||
profiles = {
|
||||
system = {
|
||||
user = "root";
|
||||
path = (deployPkgsFor "x86_64-linux").deploy-rs.lib.activate.nixos self.nixosConfigurations.beefy;
|
||||
};
|
||||
};
|
||||
};
|
||||
stinky = {
|
||||
hostname = "stinky";
|
||||
profiles = {
|
||||
|
||||
Reference in New Issue
Block a user