Reorganize for zfs
This commit is contained in:
parent
2933964680
commit
cfb48de40c
57 changed files with 817 additions and 492 deletions
13
configurations/docker.nix
Normal file
13
configurations/docker.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
custom.zfs.systemLinks = [
|
||||
{ path = "/var/lib/docker"; type = "cache"; }
|
||||
{ path = "/var/lib/docker/volumes"; type = "data"; }
|
||||
];
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.charlotte.extraGroups = [
|
||||
"docker"
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue