add kleiner (wg raspi) configuration
This commit is contained in:
parent
6b413456d9
commit
500c985bb6
2 changed files with 119 additions and 0 deletions
|
|
@ -36,6 +36,15 @@
|
|||
nur.modules.nixos.default
|
||||
];
|
||||
};
|
||||
kleiner = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
hostname = "kleiner";
|
||||
};
|
||||
modules = [
|
||||
./kleiner.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue