prepare tron

This commit is contained in:
Till 2024-07-10 16:57:40 +02:00
parent 02fc28ca3e
commit ed005e7881
4 changed files with 80 additions and 4 deletions

View file

@ -23,9 +23,23 @@
./system/btrbk.nix
./system/yubikey.nix
./system/alt.nix
./system/lisa.nix
];
};
tron = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
{
networking.hostName = "tron";
}
./system
./system/hardware-tron.nix
./system/gnome.nix
./system/btrbk.nix
./system/yubikey.nix
];
};
romulus = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [