Docker config changes, add nixarr host

This commit is contained in:
2025-10-19 12:59:21 -04:00
parent eceaf5d276
commit c306c61284
7 changed files with 53 additions and 7 deletions

View File

@@ -31,12 +31,14 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nixarr.url = "github:rasmus-kirk/nixarr";
};
outputs = {
self,
catppuccin,
lanzaboote,
nixarr,
nur,
plasma-manager,
sops-nix,
@@ -124,6 +126,12 @@
home-manager = inputs.home-manager-stable;
modules = [];
};
nixarr = mkNixOSConfigurations {
host = hosts.nixarr;
nixpkgs = inputs.nixpkgs-stable;
home-manager = inputs.home-manager-stable;
modules = [nixarr.nixosModules.default];
};
};
};
}