This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-servers/machines/jefke/default.nix

14 lines
189 B
Nix
Raw Normal View History

2024-09-07 12:39:30 +02:00
{
2024-11-04 23:35:04 +01:00
facter.reportPath = ./facter.json;
2024-09-07 12:39:30 +02:00
2024-11-04 23:35:04 +01:00
lab = {
storage.profile = "kubernetes";
tailscale.enable = true;
2024-11-04 22:56:26 +01:00
2024-11-04 23:35:04 +01:00
k3s = {
enable = true;
clusterInit = true;
2024-09-07 12:39:30 +02:00
};
};
}