Move VM disks out of host config
This commit is contained in:
parent
d47f621f7b
commit
7cbf708ecf
5 changed files with 22 additions and 65 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue