mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Enable syncthing on north and fern
This commit is contained in:
parent
fcda8740bf
commit
f71c958316
3 changed files with 4 additions and 0 deletions
|
|
@ -30,5 +30,6 @@
|
|||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
syncthing.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
enable = true;
|
||||
ssh.enable = true;
|
||||
};
|
||||
syncthing.enable = true;
|
||||
|
||||
steam.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
settings = {
|
||||
devices = {
|
||||
fern.id = "Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP";
|
||||
north.id = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
|
||||
};
|
||||
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
path = "~/${name}";
|
||||
ignorePerms = false;
|
||||
devices = [
|
||||
"fern"
|
||||
"north"
|
||||
];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue