WIP migration to 0.4

This commit is contained in:
kat witch 2021-10-21 18:41:07 +01:00
parent 24ee958950
commit 57a2373d5d
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
11 changed files with 31 additions and 56 deletions

View file

@ -3,13 +3,12 @@
{
boot.supportedFilesystems = [ "nfs" ];
/*
fileSystems."/mnt/kat-nas" = lib.mkIf (config.networking.hostName != "yukari") {
device = "${meta.network.nodes.yukari.network.addresses.wireguard.domain}:/mnt/zraw/media";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "nfsvers=4" "soft" "retrans=2" "timeo=60" ];
};
*/
/*
fileSystems."/mnt/hex-corn" = {