feat(deertopia): Mount NAS
This commit is contained in:
@@ -65,6 +65,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
sydnix.sops.secrets.buffalo-nas-creds = {};
|
||||
|
||||
fileSystems."/nas/media" = {
|
||||
# DNS is seemingly unavailable to the mount service.
|
||||
device = "//192.168.68.62/media";
|
||||
mountPoint = "/nas/media";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
"vers=2.0"
|
||||
"cred=/run/secrets/buffalo-nas-creds"
|
||||
];
|
||||
};
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
||||
Reference in New Issue
Block a user