This commit is contained in:
iFargle 2024-02-13 22:03:47 +09:00
parent d6c67aebd0
commit 53135ca332
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,7 @@
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
(modulesPath + "/installer/scan/not-detected.nix")
./disks.nix
./syncthing.nix
../../common/services/tailscale-autoconnect.nix
../../common/modules/secureboot.nix
# ../../common/modules/boot.nix

View file

@ -1,5 +1,4 @@
{ pkgs, config, hostname, username, ... }: {
imports = [ ../../common/services/syncthing.nix ];
services.syncthing = {
enable = true;
username = "${username}";
@ -9,8 +8,7 @@
enable = true;
id = "ergcw-ay6yg";
devices = [ "framework-server" "win10-desktop" ];
path = /home/${username}/
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
};
};
};