prepare tron
This commit is contained in:
parent
02fc28ca3e
commit
ed005e7881
4 changed files with 80 additions and 4 deletions
16
flake.nix
16
flake.nix
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue