Odin: remove mount point docker
This commit is contained in:
parent
7696f65f23
commit
55a58b8314
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"; }
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue