This commit is contained in:
iFargle 2024-02-09 22:50:43 +09:00
parent 4ceff08796
commit 85c7f764f7

View file

@ -52,13 +52,13 @@
hostPlatform = system; hostPlatform = system;
}; };
modules = let unstable-pkgs = import inputs.nixpkgs-unstable {
unstable-pkgs = import inputs.nixpkgs-unstable { inherit system;
inherit system; config.allowUnfree = unfree;
config.allowUnfree = unfree; hostPlatform = system;
hostPlatform = system; };
};
in [ modules = [
# Types are 'default', 'small', and 'minimal' # Types are 'default', 'small', and 'minimal'
../nixos/${type}.nix ../nixos/${type}.nix
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops