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