no more doas
This commit is contained in:
parent
3f72533259
commit
432eed692d
|
@ -15,6 +15,5 @@
|
||||||
./update
|
./update
|
||||||
./polkit
|
./polkit
|
||||||
./ssh
|
./ssh
|
||||||
./doas
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
security.doas.enable = true;
|
|
||||||
# security.sudo.enable = false;
|
|
||||||
}
|
|
|
@ -11,7 +11,7 @@
|
||||||
users.users.joy = {
|
users.users.joy = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "joy";
|
description = "joy";
|
||||||
extraGroups = [ "wheel" "docker" "foo" ];
|
extraGroups = [ "wheel" "docker" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.rootless.enable = true;
|
virtualisation.docker.rootless.enable = true;
|
||||||
|
|
|
@ -49,5 +49,6 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
ncdu
|
ncdu
|
||||||
|
git
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
3
nixos-switch.log
Normal file
3
nixos-switch.log
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
warning: Git tree '/home/joy/nix' is dirty
|
||||||
|
building the system configuration...
|
||||||
|
warning: Git tree '/home/joy/nix' is dirty
|
Loading…
Reference in a new issue