system
This commit is contained in:
parent
b35442d180
commit
52c4a98610
3 changed files with 17 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{ lib, ...}: {
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
@ -12,4 +12,8 @@
|
|||
trusted-users = ["root" "@wheel"];
|
||||
};
|
||||
};
|
||||
|
||||
# nixpkgs.config.allowUnfreePredicate = (pkg: builtins.elem (lib.getName pkg) [
|
||||
# "steam"
|
||||
# ]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue