updates
This commit is contained in:
parent
d266a48b98
commit
07020f01c3
15 changed files with 321 additions and 86 deletions
13
flake.nix
13
flake.nix
|
@ -117,6 +117,13 @@
|
|||
./hosts/thalassa/aoife
|
||||
];
|
||||
};
|
||||
|
||||
eevee = {
|
||||
modules = [
|
||||
./common/desktop
|
||||
./hosts/olympus/eevee
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# deploy-rs
|
||||
|
@ -140,6 +147,12 @@
|
|||
hostname = "aoife";
|
||||
profiles.system.path = deploy.lib.x86_64-linux.activate.nixos self.nixosConfigurations.aoife;
|
||||
};
|
||||
|
||||
eevee = {
|
||||
fastConnection = true;
|
||||
hostname = "eevee.olympus";
|
||||
profiles.system.path = deploy.lib.x86_64-linux.activate.nixos self.nixosConfigurations.eevee;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue