Compare commits
No commits in common. "50bb1a9ba0821fae9a4e7713956e78270713d87f" and "436c1785a8a03316d19d7b2118b0fbf60d31330c" have entirely different histories.
50bb1a9ba0
...
436c1785a8
2 changed files with 5 additions and 5 deletions
|
|
@ -61,11 +61,6 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "subvol=@home" "compress=zstd" ];
|
||||
};
|
||||
"/persist" = {
|
||||
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@persist" "compress=zstd" ];
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
age.secrets = {
|
||||
syncthingKey.file = ../../secrets/syncthing/key;
|
||||
syncthingCert.file = ../../secrets/syncthing/cert;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
key = config.age.secrets.syncthingKey.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue