mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 07:44:58 +08:00
refactor
This commit is contained in:
parent
2e0c2224d2
commit
285a50ec6e
2 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
extra-platforms = lib.mkIf pkgs.stdenv.isDarwin "aarch64-darwin x86_64-darwin";
|
||||
# Nullify the registry for purity.
|
||||
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
||||
trusted-users = [ "root" flake.config.people.myself ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,5 +28,4 @@
|
|||
};
|
||||
};
|
||||
nix.settings.allowed-users = [ "root" "@users" ];
|
||||
nix.settings.trusted-users = [ "root" flake.config.people.myself ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue