From ccd2a0b617f576574a6ed987a62ae9f5bd4d6f33 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 13 Oct 2009 21:29:30 +0000 Subject: [PATCH] sudo default configFile: replace outdated comment svn path=/nixos/trunk/; revision=17790 --- modules/security/sudo.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/security/sudo.nix b/modules/security/sudo.nix index 62a061a268f..e911a257bbf 100644 --- a/modules/security/sudo.nix +++ b/modules/security/sudo.nix @@ -30,8 +30,7 @@ in # configuration will fail to build. default = '' - # WARNING: do not edit this file directly or with "visudo". Instead, - # edit the source file in /etc/nixos/nixos/etc/sudoers. + # Don't edit this file. Set nixos option security.sudo.configFile instead # "root" is allowed to do anything. root ALL=(ALL) SETENV: ALL