updates
This commit is contained in:
@@ -128,6 +128,11 @@
|
|||||||
];
|
];
|
||||||
services.envfs.enable = true;
|
services.envfs.enable = true;
|
||||||
|
|
||||||
|
security.sudo = {
|
||||||
|
enable = true;
|
||||||
|
wheelNeedsPassword = true;
|
||||||
|
};
|
||||||
|
|
||||||
# printing
|
# printing
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
kubectl
|
kubectl
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
curl
|
curl
|
||||||
sudo
|
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
container = {
|
container = {
|
||||||
@@ -61,7 +60,11 @@
|
|||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
command = "${pkgs.nix}/bin/nix-collect-garbage";
|
command = "${pkgs.nix}/bin/nix-collect-garbage";
|
||||||
options = [ "NOPASSWD" ];
|
options = [ "NOPASSWD" "SETENV" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
command = "${pkgs.nix}/bin/nix-env";
|
||||||
|
options = [ "NOPASSWD" "SETENV" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user