x220: Done for now
This commit is contained in:
parent
6b9319bad0
commit
ac80b527dd
3 changed files with 11 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".local/share/org.localsend.localsend_app"
|
||||
".config/syncthing"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -11,4 +12,9 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue