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" = {
|
||||
# fsType = "none";
|
||||
# device = "/pool/git";
|
||||
# options = ["bind" "nofail"];
|
||||
# };
|
||||
"/home/toph/git" = {
|
||||
fsType = "none";
|
||||
device = "/pool/git";
|
||||
options = [
|
||||
"bind"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ { device = "/dev/disk/by-uuid/81b6fa27-af94-41d4-9070-8754087a4c26"; } ];
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
epiphany # web browser
|
||||
evince # document viewer
|
||||
gedit # text editor
|
||||
gnome-help
|
||||
yelp
|
||||
gnome-maps
|
||||
gnome-music
|
||||
gnome-photos
|
||||
|
|
Loading…
Add table
Reference in a new issue