sourcephile
/
git
/
sourcephile-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e9d3f
)
mermet: add julm to nix's trusted users
author
Julien Moutinho
<julm@autogeree.net>
Fri, 17 Jan 2020 16:29:29 +0000
(16:29 +0000)
committer
Julien Moutinho
<julm@autogeree.net>
Fri, 17 Jan 2020 16:29:29 +0000
(16:29 +0000)
servers/mermet.nix
patch
|
blob
|
history
diff --git
a/servers/mermet.nix
b/servers/mermet.nix
index 88611b9e47a6b9f11d7afb1dd8059bb5b3b81b91..da2c02551bae7a996fa3eca856b3ef7a2af3b58d 100644
(file)
--- a/
servers/mermet.nix
+++ b/
servers/mermet.nix
@@
-16,6
+16,11
@@
in
# You should change this only after NixOS release notes say you should.
system.stateVersion = "19.09"; # Did you read the comment?
+ nix = {
+ autoOptimiseStore = true;
+ trustedUsers = [ "julm" ];
+ };
+
nixpkgs.overlays = import ../overlays.nix;
imports =