add kleiner (wg raspi) configuration

This commit is contained in:
Arne Dußin 2025-04-20 03:03:22 +02:00
parent 6b413456d9
commit 500c985bb6
2 changed files with 119 additions and 0 deletions

View file

@ -36,6 +36,15 @@
nur.modules.nixos.default
];
};
kleiner = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
hostname = "kleiner";
};
modules = [
./kleiner.nix
];
};
};
};
}