Reverted to old commit
This commit is contained in:
parent
da52258730
commit
01ce4b4c11
5 changed files with 33 additions and 3 deletions
|
|
@ -51,6 +51,36 @@
|
|||
fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
|
||||
};
|
||||
|
||||
# services.syncthing = {
|
||||
# enable = true;
|
||||
# user = "horseman";
|
||||
# dataDir = "/home/horseman";
|
||||
# configDir = "/home/horseman/.config/syncthing";
|
||||
# overrideDevices = true;
|
||||
# overrideFolders = true;
|
||||
# settings = {
|
||||
# devices = {
|
||||
# "luna" = ;
|
||||
# "terra" = ;
|
||||
# "solis" = ;
|
||||
# };
|
||||
# folders = {
|
||||
# "Documents" = {
|
||||
# path = "/home/horseman/Documents";
|
||||
# devices = [ "solis" "terra" "luna" ];
|
||||
# }:
|
||||
# "Programming" = {
|
||||
# path = "/home/horseman/Programming";
|
||||
# devices = [ "solis" "terra" "luna" ];
|
||||
# };
|
||||
# };
|
||||
# gui = {
|
||||
# user = ;
|
||||
# password = ;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
users.users = {
|
||||
horseman = {
|
||||
initialPassword = "1234";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue