Update thor flake

This commit is contained in:
Filippo Berto 2022-05-07 15:18:05 +02:00
parent a1b6645fb8
commit 0cbcfa9fa0
19 changed files with 27 additions and 1190 deletions

5
nixos_modules/k3s.nix Normal file
View file

@ -0,0 +1,5 @@
{
services.k3s = {
enable = true;
};
}