Compare commits

..

No commits in common. "cc09f23831cd9898998a8c79193a7b1a767a5d42" and "a39493b994dbf36ff52d1b07b0f06795ee63dfa4" have entirely different histories.

2 changed files with 9 additions and 12 deletions

14
flake.lock generated
View File

@ -518,11 +518,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1717248823,
"narHash": "sha256-3Q4tm6JcnPBGAGYnAkXl2NVIQu7TvX/r4NCuNUyHXRI=",
"lastModified": 1717191071,
"narHash": "sha256-wue0+NHKFhTiY7dTtP0jyNwVgUCMOBfcP7mSHVa6PMw=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "297aa6d0a28c3ade20e669c08e7d5f6a3f519782",
"rev": "d15fade62b743839a20d927d3506d503858f49f0",
"type": "github"
},
"original": {
@ -551,11 +551,11 @@
"secrets": {
"flake": false,
"locked": {
"lastModified": 1717248946,
"narHash": "sha256-8dFjsjkTbKClYK5Bg1KKdMx5wrp5AOTLsu3Jv9otoVw=",
"lastModified": 1716018239,
"narHash": "sha256-Ai13Sbj4DzuQSIrX2rjO0PG6PPpmvfwbCpTxX0kB7FI=",
"ref": "refs/heads/master",
"rev": "bff76a71201dda856c91dc5b5bdc3859f53c29f2",
"revCount": 20,
"rev": "c2adb575ca3a816287c7d8f3c23cde6dfd316e6f",
"revCount": 19,
"type": "git",
"url": "ssh://git@git.vimium.com/jordan/nix-secrets.git"
},

View File

@ -22,6 +22,7 @@ with lib.my;
22 # SSH
];
};
networkmanager.enable = true;
};
services.zfs = {
@ -145,11 +146,7 @@ with lib.my;
};
};
services.jellyfin = {
enable = true;
cacheDir = "/var/cache/jellyfin";
dataDir = "/var/lib/jellyfin";
};
services.jellyfin.enable = true;
modules = {
podman.enable = true;