fixed small error in trusted nix keys handling
This commit is contained in:
parent
cba8cb1ce8
commit
44a0ef0ecd
3 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
{pkgs, config, lib, ...} : {
|
||||
|
||||
imports = [ ./admins.nix ];
|
||||
imports = [
|
||||
./admins.nix
|
||||
./nix_keys.nix
|
||||
];
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue