re-enabled git folder mount
This commit is contained in:
parent
7d880b4304
commit
80306d1087
2 changed files with 9 additions and 6 deletions
|
@ -53,11 +53,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# "/home/toph/git" = {
|
"/home/toph/git" = {
|
||||||
# fsType = "none";
|
fsType = "none";
|
||||||
# device = "/pool/git";
|
device = "/pool/git";
|
||||||
# options = ["bind" "nofail"];
|
options = [
|
||||||
# };
|
"bind"
|
||||||
|
"nofail"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ { device = "/dev/disk/by-uuid/81b6fa27-af94-41d4-9070-8754087a4c26"; } ];
|
swapDevices = [ { device = "/dev/disk/by-uuid/81b6fa27-af94-41d4-9070-8754087a4c26"; } ];
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
epiphany # web browser
|
epiphany # web browser
|
||||||
evince # document viewer
|
evince # document viewer
|
||||||
gedit # text editor
|
gedit # text editor
|
||||||
gnome-help
|
yelp
|
||||||
gnome-maps
|
gnome-maps
|
||||||
gnome-music
|
gnome-music
|
||||||
gnome-photos
|
gnome-photos
|
||||||
|
|
Loading…
Add table
Reference in a new issue