Add host busch-gpu-docker
This commit is contained in:
parent
5a167d808e
commit
4f575fcf34
5 changed files with 116 additions and 4 deletions
17
flake.nix
17
flake.nix
|
|
@ -163,6 +163,23 @@
|
|||
];
|
||||
};
|
||||
|
||||
busch-gpu-docker = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
|
||||
modules = [
|
||||
./hosts/busch-gpu-docker
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
srv01-hf = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue