feat: set up declarative password with sops

This commit is contained in:
Nick 2025-11-05 23:36:54 -06:00
parent a5e7d1bbf6
commit fee6830edc
4 changed files with 14 additions and 19 deletions

View file

@ -59,13 +59,13 @@ in
fsType = "vfat";
options = deimos.boot.options;
};
}
// (builtins.listToAttrs (
builtins.concatMap (drive: map (folder: sambaMounts drive folder) remoteFolders) sambaDrives
))
// (builtins.listToAttrs (
builtins.concatMap (drive: map (folder: sshfsMounts drive folder) remoteFolders) remoteDrives
));
};
# // (builtins.listToAttrs (
# builtins.concatMap (drive: map (folder: sambaMounts drive folder) remoteFolders) sambaDrives
# ))
# // (builtins.listToAttrs (
# builtins.concatMap (drive: map (folder: sshfsMounts drive folder) remoteFolders) remoteDrives
# ));
swapDevices = [
{ device = "/dev/disk/by-uuid/027a1efb-6c4e-4c1a-9956-91c7513950b4"; }