chore: rename nixp-meta

feat: allow guest login to media smb
This commit is contained in:
Patrick 2024-12-03 02:00:52 +01:00
parent 35b44225ab
commit 0a8b68ea61
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 6 additions and 5 deletions

View file

@ -182,6 +182,7 @@ in
persistRoot = "/renaultft";
}
{
"guest ok" = "yes";
"read only" = "yes";
"write list" = "@family";
}

View file

@ -1653,11 +1653,11 @@
"treefmt-nix": "treefmt-nix_2"
},
"locked": {
"lastModified": 1731864011,
"narHash": "sha256-c0vb8kTbh7GQfIWAyCVbYYeEJ17QU4KG0hyMFyOaomA=",
"lastModified": 1733088671,
"narHash": "sha256-glAsc7l4pnnVPiC5UbxJ7SnuvFzwchg755Qe7hrM4GY=",
"ref": "refs/heads/main",
"rev": "e033b3e6789d4bc622915d2aee8bfc2997fcd9af",
"revCount": 14,
"rev": "ac55ccd2f5c3715d04a3909e3b5650b23a562884",
"revCount": 18,
"type": "git",
"url": "https://forge.lel.lol/patrick/nixp-meta.git"
},

View file

@ -20,7 +20,7 @@
packages = with pkgs; [
# Nix
nil
inputs.nixp-meta.packages.x86_64-linux.nixp-meta-release
inputs.nixp-meta.packages.x86_64-linux.nim-release
# Misc
shellcheck