Merge branch 'master' of https://git.giugl.io/peperunas/nixos
This commit is contained in:
commit
34b49b03ec
19
flake.nix
19
flake.nix
@ -41,5 +41,24 @@
|
|||||||
./hosts/architect/default.nix
|
./hosts/architect/default.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixosConfigurations.gAluminum = nixpkgs.lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
{
|
||||||
|
nixpkgs.pkgs = pkgs;
|
||||||
|
nix.nixPath = [
|
||||||
|
"nixpkgs=${nixpkgs}"
|
||||||
|
"unstable=${nixos-unstable}"
|
||||||
|
];
|
||||||
|
nix.registry.nixpkgs.flake = nixpkgs;
|
||||||
|
nix.registry.unstable.flake = nixos-unstable;
|
||||||
|
}
|
||||||
|
|
||||||
|
# home-manager.nixosModules.home-manager
|
||||||
|
./hosts/gAluminum/default.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user