From d8f8b6dc8a5c3789cf78e634899e629c7945a5a9 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 30 Jan 2022 12:31:35 +0530 Subject: upgrade to 22.05-pre --- hosts/olive/configuration.nix | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'hosts/olive/configuration.nix') diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index 77e3ffb..66b5bdc 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix @@ -1,7 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, lib, self, ... }: { @@ -132,14 +128,14 @@ keep-outputs = false keep-derivations = true ''; + settings = { + trusted-users = [ + "root" + "np" + ]; + }; }; - nix.trustedUsers = - [ - "root" - "np" - ]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.2.3