diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-05-29 11:53:45 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-05-29 11:53:45 +0200 |
commit | eea9c4da3c396ff35ade54babdf316ceac626f34 (patch) | |
tree | aee656c15ddf696b4a40ebb8a70c102b911e6bee /systems/ayase/system-configuration.scm | |
parent | 820d1b36e75c86a809887ee2d7438626196cb664 (diff) |
follow the rename of the sudoers file in distribution
Diffstat (limited to 'systems/ayase/system-configuration.scm')
-rw-r--r-- | systems/ayase/system-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index bbec626..8c613ea 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -119,4 +119,4 @@ (timezone "Europe/Warsaw") (locale "pl_PL.utf8") (services services) - (sudoers-file sudoers-file))) + (sudoers-file %sudoers-specification*))) |