tailscale and user groups
This commit is contained in:
parent
6447486643
commit
f733a5238c
7 changed files with 113 additions and 217 deletions
|
|
@ -92,6 +92,7 @@ in
|
|||
fd
|
||||
ripgrep
|
||||
podman-compose
|
||||
claude-code
|
||||
];
|
||||
|
||||
environment.persistence."/.persist" = {
|
||||
|
|
@ -212,6 +213,12 @@ in
|
|||
source = "/home/user/work";
|
||||
mountPoint = "/home/sandbox/work";
|
||||
}
|
||||
{
|
||||
proto = "virtiofs";
|
||||
tag = "nixos";
|
||||
source = "/etc/nixos";
|
||||
mountPoint = "/etc/nixos";
|
||||
}
|
||||
{
|
||||
proto = "virtiofs";
|
||||
tag = "screenshots";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue