Odin: remove mount point docker

This commit is contained in:
Filippo Berto 2023-03-14 14:11:33 +01:00
parent 7696f65f23
commit 55a58b8314
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 1 additions and 6 deletions

View file

@ -3,6 +3,7 @@
inherit (pkgs.unstable_pkgs) inherit (pkgs.unstable_pkgs)
# mendeley # Reference manager # mendeley # Reference manager
obsidian# Note manager obsidian# Note manager
zotero
; ;
}; };
} }

View file

@ -82,12 +82,6 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/var/lib/docker/btrfs" = {
device = "/home/bertof/Documenti/Git/@root/var/lib/docker/btrfs";
fsType = "none";
options = [ "bind" "x-gvfs-hide" ];
};
swapDevices = [ swapDevices = [
{ device = "/dev/disk/by-uuid/5f3cf424-2bd8-4352-a778-1bb067cb5700"; } { device = "/dev/disk/by-uuid/5f3cf424-2bd8-4352-a778-1bb067cb5700"; }
{ {