Skip to content

Commit

Permalink
fix(nix): add trusted user
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Nov 24, 2024
1 parent 6ccd921 commit 9437645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos-modules/common.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, lib, ... }: {
nix = {
package = lib.mkDefault pkgs.nix;
trustedUsers = [ "mat" ];
extraOptions = ''
keep-outputs = true
keep-derivations = true
Expand Down

0 comments on commit 9437645

Please sign in to comment.