hosts/{apricot,fondue}: decommission

This commit is contained in:
LavaDesu 2022-02-02 18:11:17 +07:00
parent 69db6e160b
commit a1d7374809
Signed by: cilly
GPG key ID: 6500251E087653C9
12 changed files with 12 additions and 235 deletions

View file

@ -34,17 +34,5 @@ in
# fsType = "nfs";
# options = [ "defaults" ];
# };
"/mnt/apricot" = {
device = "rin@apricot:/";
fsType = "fuse.sshfs";
options = [
"noauto"
"x-systemd.automount"
"_netdev"
"IdentityFile=/home/rin/.ssh/id_rsa"
"allow_other"
"reconnect"
];
};
};
}