added syncthing

This commit is contained in:
specCon18 2023-07-29 02:54:31 -04:00
parent e34907e038
commit b8907010fe
8 changed files with 46 additions and 17 deletions

View file

@ -59,16 +59,6 @@
in
{
nixosConfigurations = {
creatorforge-vm = mkComputer
./machines/proxmox-vm.nix #machine specific configuration
"speccon18" #default user
[
./hosts/proton.nix
./modules/system/services/docker.nix
./modules/system/services/openssh.nix
./modules/system/desktop-environments/gnome.nix
] #extra modules to load
[]; #extra modules to be loaded by home-manager
katana = mkComputer
./machines/katana.nix #machine specific configuration
"speccon18" #default user
@ -82,6 +72,7 @@
./modules/system/services/openssh.nix
./modules/system/desktop-environments/gnome.nix
./modules/system/desktop-environments/hyprland.nix
./modules/system/services/syncthing.nix
] #extra modules to load
[