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

View File

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