[NixOS] Don't set trusted users twice
This commit is contained in:
parent
fe59575676
commit
9c8d015902
@ -11,6 +11,5 @@
|
|||||||
"taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw="
|
"taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw="
|
||||||
"waymonad.cachix.org-1:Z4Nbjc3iYJNFZi0eAgzqLWFBuDRClAy1prZBv7eK64A="
|
"waymonad.cachix.org-1:Z4Nbjc3iYJNFZi0eAgzqLWFBuDRClAy1prZBv7eK64A="
|
||||||
];
|
];
|
||||||
trustedUsers = [ "root" "imalison" "kat" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,5 +38,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.trustedUsers = ["imalison" "kat"];
|
nix.trustedUsers = [ "root" "imalison" "kat" ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user