Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 10, 2023
1 parent 39c0978 commit 612352c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions systems/x86_64-linux/khanelilab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ in
games = {
browseable = true;
comment = "Games folder";
only-owner-editable = true;
path = "/mnt/games/";
public = true;
read-only = false;
Expand All @@ -58,7 +57,6 @@ in
appData = {
browseable = true;
comment = "Application Data folder";
onlyOwnerEditable = true;
path = "/home/${config.khanelinix.user.name}/.config/";
public = false;
readOnly = false;
Expand All @@ -68,7 +66,6 @@ in
data = {
browseable = true;
comment = "Data folder";
onlyOwnerEditable = true;
path = "/home/${config.khanelinix.user.name}/.local/share/";
public = false;
readOnly = false;
Expand All @@ -78,7 +75,6 @@ in
vms = {
browseable = true;
comment = "Virtual Machines folder";
onlyOwnerEditable = true;
path = "/home/${config.khanelinix.user.name}/vms/";
public = false;
readOnly = false;
Expand All @@ -88,7 +84,6 @@ in
isos = {
browseable = true;
comment = "ISO Images folder";
onlyOwnerEditable = true;
path = "/home/${config.khanelinix.user.name}/isos/";
public = false;
readOnly = false;
Expand All @@ -98,7 +93,6 @@ in
timeMachine = {
browseable = true;
comment = "Time Machine backups folder";
onlyOwnerEditable = true;
path = "/home/${config.khanelinix.user.name}/.timemachine/";
public = false;
readOnly = true;
Expand Down

0 comments on commit 612352c

Please sign in to comment.