Remove lxd and si-pool from mounts

This commit is contained in:
Jeffrey Serio 2023-07-08 19:21:38 -05:00
parent aa3fb11888
commit de6a2fb9bc
2 changed files with 0 additions and 41 deletions

View File

@ -20,7 +20,6 @@
# Set your time zone.
time.timeZone = "America/Chicago";
time.hardwareClockInLocalTime = true;
# Nix daemon config
nix = {

View File

@ -46,46 +46,6 @@
fsType = "autofs";
};
fileSystems."/var/lib/lxcfs" = {
device = "lxcfs";
fsType = "fuse.lxcfs";
};
fileSystems."/var/lib/lxd/shmounts" = {
device = "tmpfs";
fsType = "tmpfs";
};
fileSystems."/var/lib/lxd/devlxd" = {
device = "tmpfs";
fsType = "tmpfs";
};
fileSystems."/si-pool" = {
device = "si-pool";
fsType = "zfs";
};
fileSystems."/var/lib/lxd/storage-pools/lxd-pool/containers/alpine-transmission" = {
device = "si-pool/lxd/containers/alpine-transmission";
fsType = "zfs";
};
fileSystems."/var/lib/lxd/storage-pools/lxd-pool/containers/debian-archive" = {
device = "si-pool/lxd/containers/debian-archive";
fsType = "zfs";
};
fileSystems."/var/lib/lxd/storage-pools/lxd-pool/containers/debian-serv" = {
device = "si-pool/lxd/containers/debian-serv";
fsType = "zfs";
};
fileSystems."/var/lib/lxd/storage-pools/lxd-pool/containers/ubuntu-mastodon" = {
device = "si-pool/lxd/containers/ubuntu-mastodon";
fsType = "zfs";
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction