chore: rename nixp-meta
feat: allow guest login to media smb
This commit is contained in:
parent
35b44225ab
commit
0a8b68ea61
|
@ -182,6 +182,7 @@ in
|
||||||
persistRoot = "/renaultft";
|
persistRoot = "/renaultft";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
"guest ok" = "yes";
|
||||||
"read only" = "yes";
|
"read only" = "yes";
|
||||||
"write list" = "@family";
|
"write list" = "@family";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1653,11 +1653,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_2"
|
"treefmt-nix": "treefmt-nix_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731864011,
|
"lastModified": 1733088671,
|
||||||
"narHash": "sha256-c0vb8kTbh7GQfIWAyCVbYYeEJ17QU4KG0hyMFyOaomA=",
|
"narHash": "sha256-glAsc7l4pnnVPiC5UbxJ7SnuvFzwchg755Qe7hrM4GY=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "e033b3e6789d4bc622915d2aee8bfc2997fcd9af",
|
"rev": "ac55ccd2f5c3715d04a3909e3b5650b23a562884",
|
||||||
"revCount": 14,
|
"revCount": 18,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://forge.lel.lol/patrick/nixp-meta.git"
|
"url": "https://forge.lel.lol/patrick/nixp-meta.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Nix
|
# Nix
|
||||||
nil
|
nil
|
||||||
inputs.nixp-meta.packages.x86_64-linux.nixp-meta-release
|
inputs.nixp-meta.packages.x86_64-linux.nim-release
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Reference in a new issue