Move VM disks out of host config

This commit is contained in:
Fern Garden 2025-09-14 22:35:01 +08:00
parent d47f621f7b
commit 7cbf708ecf
5 changed files with 22 additions and 65 deletions

View file

@ -1,4 +1,10 @@
{
# Docker data directory
fileSystems."/home/fern/docker" = {
device = "/dev/disk/by-label/docker";
fsType = "ext4";
};
# Add user to docker group.
users.users.fern = {
extraGroups = ["docker"];