Skip to content

Commit 2ab4e76

Browse files
committed
update server
1 parent 60ba460 commit 2ab4e76

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

hosts/hyperion/configuration.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717

1818
networking = {
1919
nameservers = [
20-
"46.38.225.230"
21-
"46.38.252.230"
20+
"9.9.9.9"
21+
"149.112.112.112"
22+
"2620:fe::fe"
23+
"2620:fe::9"
2224
];
2325
useDHCP = false;
2426
interfaces.ens3 = {

modules/nixos/service-jellyfin.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
environment.persistence."/nix/persist" = {
1111
directories = [
1212
"/var/lib/jellyfin"
13+
"/var/cache/jellyfin"
1314
];
1415
};
1516
}

secrets/mullvad.conf.age

-28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)