updating nixosEggYoke to 2411
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
debf4114d4
commit
33823c8d2a
@ -89,7 +89,7 @@ in
|
|||||||
NixOS-WSL-2405.nixosModules.wsl
|
NixOS-WSL-2405.nixosModules.wsl
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"nixosEggYoke" = nixpkgs-24-05.lib.nixosSystem {
|
"nixosEggYoke" = inputs.nixpkgs-24-11.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit customPackageOverlay;
|
inherit customPackageOverlay;
|
||||||
@ -100,7 +100,7 @@ in
|
|||||||
modules = [
|
modules = [
|
||||||
./commonWSL-configuration.nix
|
./commonWSL-configuration.nix
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
homeManager-24-05.nixosModules.home-manager {
|
inputs.homeManager-24-11.nixosModules.home-manager {
|
||||||
home-manager.extraSpecialArgs = {
|
home-manager.extraSpecialArgs = {
|
||||||
withGUI = false;
|
withGUI = false;
|
||||||
gitSigningKey = "47831B15427F5A55";
|
gitSigningKey = "47831B15427F5A55";
|
||||||
@ -114,7 +114,7 @@ in
|
|||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
NixOS-WSL-2405.nixosModules.wsl
|
inputs.NixOS-WSL-2411.nixosModules.wsl
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user