summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-12-03 15:01:02 +0100
committerAdrian Kummerlaender2022-12-03 15:01:02 +0100
commitec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92 (patch)
tree077ba0c9dc746e29dce3746ed756a7d3e33f4fea /configuration.nix
parentbc3e89851af5efccd7129f319c23f19c8c766907 (diff)
downloadnixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.tar
nixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.tar.gz
nixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.tar.bz2
nixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.tar.lz
nixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.tar.xz
nixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.tar.zst
nixos_system-ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92.zip
Update to 22.11
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix
index 73138f6..667d712 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -19,8 +19,10 @@
nix = {
package = pkgs.nixUnstable;
- allowedUsers = [ "common" ];
- trustedUsers = [ "root" "common" ];
+ settings = {
+ allowed-users = [ "common" ];
+ trusted-users = [ "root" "common" ];
+ };
extraOptions = ''
experimental-features = nix-command flakes