forked from Fediversity/Fediversity
[HACK] explicitly set resource options, as defaults seem insufficient
This commit is contained in:
parent
d24738133f
commit
63d668a69d
1 changed files with 4 additions and 1 deletions
|
@ -125,7 +125,10 @@ in
|
||||||
};
|
};
|
||||||
environments.single-nixos-vm = environment: {
|
environments.single-nixos-vm = environment: {
|
||||||
_class = "fediversity-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: {
|
implementation = requests: {
|
||||||
_class = "nixos";
|
_class = "nixos";
|
||||||
users.users = (
|
users.users = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue