undo changes to repair forgejo

This commit is contained in:
leonv@willem 2024-03-21 08:27:51 +01:00
parent aae238f2bb
commit d60f3b50d7
3 changed files with 8 additions and 55 deletions

View file

@ -141,34 +141,14 @@
"type": "github" "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": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1710947875, "lastModified": 1710949536,
"narHash": "sha256-eZJDqqGxF68UMvbi6jD2EMl096OJfqgMM3K6dPd4OF8=", "narHash": "sha256-bmhvsTerE7iAKC7aie7EQvXLgBIJBiPgly+++mwKvQY=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "d252a7a4de3076466ef05581fa9137a6d06b7265", "rev": "bfa49614bbffd0ca218b5274ef9369377878dd30",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -180,11 +160,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1710945599, "lastModified": 1710949664,
"narHash": "sha256-vsI5xKmPdSuG/bEimbkVlueupkByrRzEFHp5fEMY7ms=", "narHash": "sha256-k2Iw82CSqvhPCb+jh045+0oWSZ/aejN4xeEFukqNPE0=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "96519c4f2bd6f1b894e3ca263b57a0c49a39aaaf", "rev": "251c56155acaab9aed946c0de49ec9d923460d91",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -321,32 +301,14 @@
"cask-fonts": "cask-fonts", "cask-fonts": "cask-fonts",
"darwin": "darwin", "darwin": "darwin",
"home-manager": "home-manager", "home-manager": "home-manager",
"home-manager-stable": "home-manager-stable",
"homebrew-cask": "homebrew-cask", "homebrew-cask": "homebrew-cask",
"homebrew-core": "homebrew-core", "homebrew-core": "homebrew-core",
"hyprland-contrib": "hyprland-contrib", "hyprland-contrib": "hyprland-contrib",
"mac-app-util": "mac-app-util", "mac-app-util": "mac-app-util",
"nix-homebrew": "nix-homebrew", "nix-homebrew": "nix-homebrew",
"stable": "stable",
"unstable": "unstable" "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": { "systems": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,

View file

@ -2,7 +2,6 @@
description = "Master flake for all my setups"; description = "Master flake for all my setups";
inputs = { inputs = {
stable.url = "github:nixos/nixpkgs/nixos-23.11";
unstable.url = "github:nixos/nixpkgs/nixos-unstable"; unstable.url = "github:nixos/nixpkgs/nixos-unstable";
darwin.url = "github:lnl7/nix-darwin/master"; darwin.url = "github:lnl7/nix-darwin/master";
@ -22,9 +21,6 @@
home-manager.url = "github:nix-community/home-manager"; home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "unstable"; 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.url = "github:hyprwm/contrib";
hyprland-contrib.inputs.nixpkgs.follows = "unstable"; hyprland-contrib.inputs.nixpkgs.follows = "unstable";
@ -32,7 +28,7 @@
mac-app-util.url = "github:hraban/mac-app-util"; 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 = { nixosConfigurations = {
gunther = unstable.lib.nixosSystem { gunther = unstable.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
@ -56,7 +52,7 @@
./iso/configuration.nix ./iso/configuration.nix
]; ];
}; };
willem = stable.lib.nixosSystem { willem = unstable.lib.nixosSystem {
system = "aarch64-linux"; system = "aarch64-linux";
modules = [ ./willem/configuration.nix ]; modules = [ ./willem/configuration.nix ];
}; };

View file

@ -59,11 +59,6 @@
"plexmediaserver" "plexmediaserver"
]; ];
services.plex = {
enable = true;
openFirewall = true;
};
services.jellyfin.enable = true; services.jellyfin.enable = true;
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?