all repos — nixfiles @ fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15

System and user configuration, managed by nix and home-manager

make it easier to avoid downgrading servers during deployment

Alan Pearce
commit

fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15

parent

de11d30c536c52381101a07230794bb724dd1c87

1 file changed, 4 insertions(+), 2 deletions(-)

changed files
M flake.nixflake.nix
@@ -1,6 +1,7 @@
{ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs-small.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixos-hardware.url = "github:NixOS/nixos-hardware"; nix-index-database.url = "github:Mic92/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
@@ -25,6 +26,7 @@ inputs@
{ self , utils , nixpkgs + , nixpkgs-small , nixos-hardware , home-manager , darwin
@@ -74,7 +76,7 @@ common-pc
common-gpu-nvidia-nonprime ]); }; - nixosConfigurations.nanopi = nixpkgs.lib.nixosSystem { + nixosConfigurations.nanopi = nixpkgs-small.lib.nixosSystem { system = utils.lib.system.aarch64-linux; specialArgs = { inherit inputs; }; modules = [
@@ -82,7 +84,7 @@ agenix.nixosModules.default
./system/nanopi.nix ]; }; - nixosConfigurations.linde = nixpkgs.lib.nixosSystem { + nixosConfigurations.linde = nixpkgs-small.lib.nixosSystem { system = utils.lib.system.aarch64-linux; specialArgs = { inherit inputs; }; modules = [