aboutsummaryrefslogtreecommitdiff
path: root/hosts/olive/configuration.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-30 07:01:35 +0000
committerAkshay <[email protected]>2022-01-30 07:01:35 +0000
commitd8f8b6dc8a5c3789cf78e634899e629c7945a5a9 (patch)
treea638d8e969ec72fd4c4b965bfdc229abd0f8b2a9 /hosts/olive/configuration.nix
parent5b3cbc05e54231392420d08ab3a7f99f68488122 (diff)
upgrade to 22.05-pre
Diffstat (limited to 'hosts/olive/configuration.nix')
-rw-r--r--hosts/olive/configuration.nix16
1 files changed, 6 insertions, 10 deletions
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 @@
1# Edit this configuration file to define what should be installed on
2# your system. Help is available in the configuration.nix(5) man page
3# and in the NixOS manual (accessible by running ‘nixos-help’).
4
5{ config, pkgs, lib, self, ... }: 1{ config, pkgs, lib, self, ... }:
6 2
7{ 3{
@@ -132,14 +128,14 @@
132 keep-outputs = false 128 keep-outputs = false
133 keep-derivations = true 129 keep-derivations = true
134 ''; 130 '';
131 settings = {
132 trusted-users = [
133 "root"
134 "np"
135 ];
136 };
135 }; 137 };
136 138
137 nix.trustedUsers =
138 [
139 "root"
140 "np"
141 ];
142
143 # This value determines the NixOS release from which the default 139 # This value determines the NixOS release from which the default
144 # settings for stateful data, like file locations and database versions 140 # settings for stateful data, like file locations and database versions
145 # on your system were taken. It‘s perfectly fine and recommended to leave 141 # on your system were taken. It‘s perfectly fine and recommended to leave