Skip to content

Commit

Permalink
feat(pve-dragon-1): enable syncthing
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Apr 17, 2024
1 parent ef5edf1 commit e297e9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nixos/pve-dragon-1/pve-dragon-1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
# Hostname of this machine
networking.hostName = "pve-dragon-1";

# Some of the services I require
services.syncthing = {
enable = true;
guiAddress = "pve-dragon-1.emperor-mercat.ts.net:8384";
openDefaultPorts = true;
settings.options.urAccepted = -1;
};

# NixOS stuff
system.stateVersion = "23.11";
}

0 comments on commit e297e9d

Please sign in to comment.