mirror of https://git.jolheiser.com/dotnix.git
feat: jellyfin (and updating nixpkgs)
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
501a1fe95a
commit
a613e489cd
|
@ -265,11 +265,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1701336116,
|
||||
"narHash": "sha256-kEmpezCR/FpITc6yMbAh4WrOCiT2zg5pSjnKrq51h5Y=",
|
||||
"lastModified": 1706925685,
|
||||
"narHash": "sha256-hVInjWMmgH4yZgA4ZtbgJM1qEAel72SYhP5nOWX4UIM=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "f5c27c6136db4d76c30e533c20517df6864c46ee",
|
||||
"rev": "79a13f1437e149dc7be2d1290c74d378dad60814",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
enable = true;
|
||||
drivers = [pkgs.canon-cups-ufr2 pkgs.cnijfilter_4_00];
|
||||
};
|
||||
jellyfin.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
@ -36,10 +37,17 @@
|
|||
extraGroups = ["wheel" "docker" "storage"];
|
||||
isNormalUser = true;
|
||||
};
|
||||
users.groups.media.members = ["jolheiser" "olheiser" "jellyfin"];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
gimp
|
||||
protonvpn-gui
|
||||
qbittorrent
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
|
Loading…
Reference in New Issue