fixing syncthing
This commit is contained in:
parent
f91f829f1d
commit
046af0c9a9
3 changed files with 4 additions and 11 deletions
nixos/machines/sterni
|
@ -52,7 +52,8 @@
|
|||
system.custom.fonts.dpi = 100;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = false;
|
||||
docker.enable = true;
|
||||
podman.enable = true;
|
||||
|
||||
virtualbox = {
|
||||
host.enable = false;
|
||||
|
|
|
@ -32,14 +32,6 @@
|
|||
enable = true;
|
||||
path = "/home/palo/finance";
|
||||
};
|
||||
fotos = {
|
||||
enable = true;
|
||||
path = "/home/palo/fotos";
|
||||
};
|
||||
samples = {
|
||||
enable = true;
|
||||
path = "/home/palo/samples";
|
||||
};
|
||||
|
||||
# no need to be encrypted
|
||||
# -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue