nas overlay
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -6,6 +6,8 @@
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
|
||||
nix-inspect.url = "github:bluskript/nix-inspect";
|
||||
|
||||
# Desktop
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
@@ -19,6 +21,7 @@
|
||||
gnome46.url = "github:NixOS/nixpkgs/gnome-46";
|
||||
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
home-manager-stable.url = "github:nix-community/home-manager";
|
||||
home-manager-stable.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
|
||||
@@ -31,7 +34,12 @@
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-stable, chaotic, lanzaboote, impermanence, nix-flatpak, home-manager
|
||||
, nixos-hardware, nix-darwin, nixos-apple-silicon, home-manager-stable, gnome46 }@inputs: {
|
||||
, nixos-hardware, nix-darwin, nixos-apple-silicon, home-manager-stable, gnome46, nix-inspect, nixpkgs-unstable }@inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
in {
|
||||
overlays = import ./overlays {inherit inputs;};
|
||||
|
||||
nixosConfigurations = {
|
||||
# Desktop
|
||||
"matt-nixos" = gnome46.lib.nixosSystem {
|
||||
@@ -55,6 +63,7 @@
|
||||
# NAS
|
||||
"jallen-nas" = nixpkgs-stable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/nas/configuration.nix
|
||||
home-manager-stable.nixosModules.home-manager
|
||||
|
||||
Reference in New Issue
Block a user