nixos: swap roles for iron and hydrogen

This commit is contained in:
Primrose 2025-02-09 09:46:20 +01:00
parent a15827af8f
commit 7c8a01ca96
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 46 additions and 52 deletions

View file

@ -178,15 +178,16 @@ in {
self.nixosModules.macbook-pro-radeon
{home-manager.users.leana.imports = [self.homeModules.preset-fancy];}
inputs.hoot.nixosModules.default
self.nixosModules.typst-bot
self.nixosModules.parrot
];
};
# Raspberry Pi 4
hydrogen = {
system = "aarch64-linux";
modules = [
inputs.hoot.nixosModules.default
self.nixosModules.typst-bot
self.nixosModules.parrot
{home-manager.users.leana.imports = [self.homeModules.preset-fancy];}
];
};