sudo myself

This commit is contained in:
2025-03-12 12:51:01 +02:00
parent 28f3ed9089
commit d236817ada

View File

@@ -41,6 +41,11 @@
banner = "please fuck off\n";
};
security.sudo.enable = true;
security.sudo.configFile = ''
%wheel ALL=(ALL) ALL
'';
services.dbus.packages = [ pkgs.gcr ];
services.pcscd.enable = true;