k3s setup

This commit is contained in:
Filippo Berto 2021-10-04 10:59:53 +02:00
parent 9d743977a8
commit 24b922b2bc
3 changed files with 10 additions and 2 deletions

View file

@ -8,6 +8,7 @@
./pro_audio.nix
./defcon.nix
./mind.nix
# ./k3s.nix
];
# Use the systemd-boot EFI boot loader.

5
nixos/k3s.nix Normal file
View file

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