test disabling k3s server
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
23fc7d2667
commit
327895435b
@ -37,6 +37,8 @@ rec {
|
||||
# It is highly recommended to share the host's nix-store
|
||||
# with the VMs to prevent building huge images.
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
environment.etc."machine-id" = {
|
||||
mode = "0644";
|
||||
text = machine-id + "\n";
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ./k3s-common.nix ];
|
||||
# imports = [ ./k3s-common.nix ];
|
||||
|
||||
services.k3s.role = "server";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user