mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-27 18:47:15 +08:00
feat: adds april host
This commit is contained in:
parent
64e80b7f72
commit
b7d9320a6e
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -173,6 +173,16 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
april = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/april)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "april";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue