From ec15f22dc795e0e1a53ace6b6c4067c5d3a0ed92 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 3 Dec 2022 15:01:02 +0100 Subject: Update to 22.11 --- configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configuration.nix') 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 -- cgit v1.2.3