diff --git a/flake.lock b/flake.lock index a90c8f8..06d5058 100644 --- a/flake.lock +++ b/flake.lock @@ -141,34 +141,14 @@ "type": "github" } }, - "home-manager-stable": { - "inputs": { - "nixpkgs": [ - "stable" - ] - }, - "locked": { - "lastModified": 1710820906, - "narHash": "sha256-2bNMraoRB4pdw/HtxgYTFeMhEekBZeQ53/a8xkqpbZc=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "022464438a85450abb23d93b91aa82e0addd71fb", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, "homebrew-cask": { "flake": false, "locked": { - "lastModified": 1710947875, - "narHash": "sha256-eZJDqqGxF68UMvbi6jD2EMl096OJfqgMM3K6dPd4OF8=", + "lastModified": 1710949536, + "narHash": "sha256-bmhvsTerE7iAKC7aie7EQvXLgBIJBiPgly+++mwKvQY=", "owner": "homebrew", "repo": "homebrew-cask", - "rev": "d252a7a4de3076466ef05581fa9137a6d06b7265", + "rev": "bfa49614bbffd0ca218b5274ef9369377878dd30", "type": "github" }, "original": { @@ -180,11 +160,11 @@ "homebrew-core": { "flake": false, "locked": { - "lastModified": 1710945599, - "narHash": "sha256-vsI5xKmPdSuG/bEimbkVlueupkByrRzEFHp5fEMY7ms=", + "lastModified": 1710949664, + "narHash": "sha256-k2Iw82CSqvhPCb+jh045+0oWSZ/aejN4xeEFukqNPE0=", "owner": "homebrew", "repo": "homebrew-core", - "rev": "96519c4f2bd6f1b894e3ca263b57a0c49a39aaaf", + "rev": "251c56155acaab9aed946c0de49ec9d923460d91", "type": "github" }, "original": { @@ -321,32 +301,14 @@ "cask-fonts": "cask-fonts", "darwin": "darwin", "home-manager": "home-manager", - "home-manager-stable": "home-manager-stable", "homebrew-cask": "homebrew-cask", "homebrew-core": "homebrew-core", "hyprland-contrib": "hyprland-contrib", "mac-app-util": "mac-app-util", "nix-homebrew": "nix-homebrew", - "stable": "stable", "unstable": "unstable" } }, - "stable": { - "locked": { - "lastModified": 1710838473, - "narHash": "sha256-RLvwdQSENKOaLdKhNie8XqHmTXzNm00/M/THj6zplQo=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "fa9f817df522ac294016af3d40ccff82f5fd3a63", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1681028828, diff --git a/flake.nix b/flake.nix index fb66484..a576014 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,6 @@ description = "Master flake for all my setups"; inputs = { - stable.url = "github:nixos/nixpkgs/nixos-23.11"; unstable.url = "github:nixos/nixpkgs/nixos-unstable"; darwin.url = "github:lnl7/nix-darwin/master"; @@ -22,9 +21,6 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "unstable"; - home-manager-stable.url = "github:nix-community/home-manager"; - home-manager-stable.inputs.nixpkgs.follows = "stable"; - hyprland-contrib.url = "github:hyprwm/contrib"; hyprland-contrib.inputs.nixpkgs.follows = "unstable"; @@ -32,7 +28,7 @@ mac-app-util.url = "github:hraban/mac-app-util"; }; - outputs = { unstable, stable, home-manager, home-manager-stable, darwin, hyprland-contrib, nix-homebrew, homebrew-core, homebrew-cask, cask-fonts, ...}@inputs: { + outputs = { unstable, home-manager, darwin, hyprland-contrib, nix-homebrew, homebrew-core, homebrew-cask, cask-fonts, ...}@inputs: { nixosConfigurations = { gunther = unstable.lib.nixosSystem { system = "x86_64-linux"; @@ -56,7 +52,7 @@ ./iso/configuration.nix ]; }; - willem = stable.lib.nixosSystem { + willem = unstable.lib.nixosSystem { system = "aarch64-linux"; modules = [ ./willem/configuration.nix ]; }; diff --git a/willem/configuration.nix b/willem/configuration.nix index 105d1e3..c89e381 100644 --- a/willem/configuration.nix +++ b/willem/configuration.nix @@ -59,11 +59,6 @@ "plexmediaserver" ]; - services.plex = { - enable = true; - openFirewall = true; - }; - services.jellyfin.enable = true; system.stateVersion = "23.11"; # Did you read the comment?