This commit is contained in:
Vivian 2024-08-19 18:21:56 +02:00
parent d266a48b98
commit 07020f01c3
15 changed files with 321 additions and 86 deletions

View file

@ -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;
};
};
};