[HACK] explicitly set resource options, as defaults seem insufficient

This commit is contained in:
Kiara Grouwstra 2025-07-22 17:45:19 +02:00
parent d24738133f
commit 63d668a69d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -125,7 +125,10 @@ in
};
environments.single-nixos-vm = environment: {
_class = "fediversity-environment";
resources.shell.login-shell.username = "operator";
resources.shell.login-shell = {
username = "operator";
wheel = false; # FIXME: why do i need to make this explicit, if a default was supposed to be set?
};
implementation = requests: {
_class = "nixos";
users.users = (