traefik
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -30,10 +30,10 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# home-manager-stable = {
|
||||
# url = "github:nix-community/home-manager/release-24.11";
|
||||
# inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
# };
|
||||
home-manager-stable = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
|
||||
# Lanzaboote
|
||||
lanzaboote = {
|
||||
@@ -69,7 +69,7 @@
|
||||
lanzaboote,
|
||||
impermanence,
|
||||
home-manager,
|
||||
# home-manager-stable,
|
||||
home-manager-stable,
|
||||
nixos-hardware,
|
||||
nix-darwin,
|
||||
nixos-apple-silicon,
|
||||
@@ -116,7 +116,7 @@
|
||||
};
|
||||
|
||||
# NAS
|
||||
"jallen-nas" = nixpkgs-unstable.lib.nixosSystem {
|
||||
"jallen-nas" = nixpkgs-stable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
@@ -125,7 +125,7 @@
|
||||
impermanence.nixosModules.impermanence
|
||||
./hosts/nas/configuration.nix
|
||||
./hosts/nas/impermanence.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
home-manager-stable.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = false;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
Reference in New Issue
Block a user