about summary refs log tree commit diff stats
path: root/nix-conf/machines/edrahil/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/machines/edrahil/configuration.nix')
-rw-r--r--nix-conf/machines/edrahil/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/machines/edrahil/configuration.nix b/nix-conf/machines/edrahil/configuration.nix
index 8b087bf..3cc1cdb 100644
--- a/nix-conf/machines/edrahil/configuration.nix
+++ b/nix-conf/machines/edrahil/configuration.nix
@@ -66,7 +66,7 @@
      wget
    ];
 
-   nix.trustedUsers = [ "root" "djm" ];
+   nix.settings.trusted-users = [ "root" "djm" ];
 
    i18n.defaultLocale = "en_GB.UTF-8";