re-add kubernetes

This commit is contained in:
Pim Kunis 2024-03-19 22:56:52 +01:00
parent f032ebf0c7
commit 4cf1d13384
11 changed files with 194 additions and 8 deletions

View file

@ -15,6 +15,8 @@
hostCert = builtins.readFile ./certificates/jefke/host_ed25519.crt;
userCert = builtins.readFile ./certificates/jefke/user_ed25519.crt;
};
k3s.enable = true;
};
};
}