syncthing refactor
This commit is contained in:
parent
c9cb613280
commit
155dfacc13
4 changed files with 61 additions and 50 deletions
|
|
@ -17,6 +17,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
dataDir = "/data/sync";
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
nvidiaSettings = true;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ in
|
|||
|
||||
audio.enable = true;
|
||||
desktop.enable = true;
|
||||
syncthing.enable = true;
|
||||
home-manager.users."lilith".desktop.touchSupport = true;
|
||||
|
||||
nfs.client.enable = true;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ in
|
|||
audio.enable = true;
|
||||
desktop.enable = true;
|
||||
gaming.enable = true;
|
||||
syncthing.enable = true;
|
||||
nfs.client.enable = true;
|
||||
auto_styling.enable = true;
|
||||
# ollama.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue