Upgrade to 26.05
This commit is contained in:
parent
df7ad70cf7
commit
2683b3b70d
2 changed files with 2 additions and 21 deletions
22
flake.nix
22
flake.nix
|
|
@ -2,11 +2,10 @@
|
|||
description = "Wekuz's NixOS config";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
@ -29,7 +28,6 @@
|
|||
outputs =
|
||||
{
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
home-manager,
|
||||
sops-nix,
|
||||
disko,
|
||||
|
|
@ -40,22 +38,6 @@
|
|||
plexy = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
inherit (final) config;
|
||||
inherit (final.stdenv.hostPlatform) system;
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
disabledModules = [ "services/misc/jellyseerr.nix" ];
|
||||
}
|
||||
(import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix")
|
||||
./hosts/plexy
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@
|
|||
};
|
||||
seerr = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.seerr;
|
||||
};
|
||||
qbittorrent = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue