mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-26 09:29:48 +02:00
feat: nix fmt
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# https://github.com/NixOS/nixpkgs/issues/118655
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
users = [ username ];
|
||||
users = [username];
|
||||
commands = [
|
||||
{
|
||||
command = "ALL";
|
||||
|
||||
Reference in New Issue
Block a user