Compare commits

...

2 commits

2 changed files with 5 additions and 5 deletions

View file

@ -61,6 +61,11 @@
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 = [ ];

View file

@ -1,11 +1,6 @@
{ config, ... }:
{
age.secrets = {
syncthingKey.file = ../../secrets/syncthing/key;
syncthingCert.file = ../../secrets/syncthing/cert;
};
services.syncthing = {
enable = true;
key = config.age.secrets.syncthingKey.path;