add kidney machine config
This commit is contained in:
parent
82bed310d8
commit
95d1f5adbe
6 changed files with 131 additions and 21 deletions
|
@ -34,6 +34,23 @@ in {
|
|||
|
||||
inherit specialArgs;
|
||||
};
|
||||
kidney = {
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
};
|
||||
imports = lib.flatten [
|
||||
./kidney
|
||||
(modulePaths [
|
||||
"core/tools.nix"
|
||||
"network/tailscale.nix"
|
||||
|
||||
"programs/tools.nix"
|
||||
|
||||
"nix"
|
||||
"nix/gc.nix"
|
||||
])
|
||||
];
|
||||
};
|
||||
nixdesk = {
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue