test
This commit is contained in:
parent
4ceff08796
commit
85c7f764f7
1 changed files with 7 additions and 7 deletions
|
@ -52,13 +52,13 @@
|
|||
hostPlatform = system;
|
||||
};
|
||||
|
||||
modules = let
|
||||
unstable-pkgs = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
in [
|
||||
unstable-pkgs = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = unfree;
|
||||
hostPlatform = system;
|
||||
};
|
||||
|
||||
modules = [
|
||||
# Types are 'default', 'small', and 'minimal'
|
||||
../nixos/${type}.nix
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
|
Loading…
Reference in a new issue