Compare commits
No commits in common. "590f2f5b38dfa0d00c0d673db4545977e44fe3f4" and "2682094d57721179daee12b67290f98599940e9e" have entirely different histories.
590f2f5b38
...
2682094d57
@ -32,15 +32,10 @@
|
|||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
||||||
# enable flakes!
|
# enable flakes!
|
||||||
settings = {
|
settings.experimental-features = [
|
||||||
experimental-features = [
|
"nix-command"
|
||||||
"nix-command"
|
"flakes"
|
||||||
"flakes"
|
];
|
||||||
];
|
|
||||||
|
|
||||||
substituters = lib.mkForce [ ];
|
|
||||||
trusted-public-keys = lib.mkForce [ ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/viperML/nh
|
# https://github.com/viperML/nh
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
||||||
dataDir = service_configs.jellyfin.dir;
|
dataDir = service_configs.jellyfin.dir;
|
||||||
cacheDir = config.services.jellyfin.dataDir + "_cache";
|
cacheDir = config.services.jellyfin.dataDir + "/cache";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.${config.services.jellyfin.user}.extraGroups = [
|
users.users.${config.services.jellyfin.user}.extraGroups = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user