This commit is contained in:
Janne Peltola 2026-02-03 17:50:56 +02:00
parent 66fd45b8ad
commit a7072f8b52

View file

@ -126,7 +126,7 @@
openssh.authorizedKeys.keys = [
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
];
extraGroups = ["wheel", "networkmanager"];
extraGroups = ["wheel" "networkmanager"];
};
};