Compare commits
3 Commits
69a4d9b253
...
018d11374b
| Author | SHA1 | Date | |
|---|---|---|---|
|
018d11374b
|
|||
|
6cbdcc7a4f
|
|||
|
afd5310308
|
12
flake.lock
generated
12
flake.lock
generated
@@ -200,11 +200,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743869043,
|
"lastModified": 1743945834,
|
||||||
"narHash": "sha256-dOvdvxR3HHzuuhDWiCk/+Ly0u8WnfjyWfg3eOVfDWmQ=",
|
"narHash": "sha256-ZO2feSnDgGFKrp+O9Pp/pjWkL/ko0GAPtv8fLnCEdlg=",
|
||||||
"owner": "ggml-org",
|
"owner": "ggml-org",
|
||||||
"repo": "llama.cpp",
|
"repo": "llama.cpp",
|
||||||
"rev": "6bf28f0111ff9f21b3c1b1eace20c590281e7ba6",
|
"rev": "916c83bfe7f8b08ada609c3b8e583cf5301e594b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -253,11 +253,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743792629,
|
"lastModified": 1743891346,
|
||||||
"narHash": "sha256-dqQv17m0O5j9YUHXM1RZr3jtTDYqLUBjtJUlLHYAZEo=",
|
"narHash": "sha256-QNxnxIi6PJEnwJp7ZXUpxX4/z/cmRJGeIOkIYfYh/8E=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "749bd56cf89ec71d3c953d5fbfe27ede27d04c37",
|
"rev": "f27c6099cec4fe9b67c7fbc51d8324dcb4b52694",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -88,6 +88,7 @@
|
|||||||
|
|
||||||
# doesn't support 1.21.5:
|
# doesn't support 1.21.5:
|
||||||
# https://github.com/jpenilla/squaremap/issues/386
|
# https://github.com/jpenilla/squaremap/issues/386
|
||||||
|
# https://github.com/jpenilla/squaremap/pull/387
|
||||||
# squaremap = fetchurl {
|
# squaremap = fetchurl {
|
||||||
# url = "https://cdn.modrinth.com/data/PFb7ZqK6/versions/9i2KwI5R/squaremap-fabric-mc1.21.4-1.3.4.jar";
|
# url = "https://cdn.modrinth.com/data/PFb7ZqK6/versions/9i2KwI5R/squaremap-fabric-mc1.21.4-1.3.4.jar";
|
||||||
# sha512 = "6eb44061f057d1bbd0bb6f9186d03d496479dcd953af8f09f70099c2e67e567e5dca626972d45af0315c2e2714c3dd74beef97575396e3bb90b7c670f5c80fef";
|
# sha512 = "6eb44061f057d1bbd0bb6f9186d03d496479dcd953af8f09f70099c2e67e567e5dca626972d45af0315c2e2714c3dd74beef97575396e3bb90b7c670f5c80fef";
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ in
|
|||||||
|
|
||||||
users.users.${config.services.slskd.user}.extraGroups = [ "music" ];
|
users.users.${config.services.slskd.user}.extraGroups = [ "music" ];
|
||||||
users.users.${config.services.jellyfin.user}.extraGroups = [ "music" ];
|
users.users.${config.services.jellyfin.user}.extraGroups = [ "music" ];
|
||||||
|
users.users.${username}.extraGroups = [ "music" ];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d ${service_configs.music_dir} 0750 ${username} music"
|
"d ${service_configs.music_dir} 0750 ${username} music"
|
||||||
|
|||||||
Reference in New Issue
Block a user