Skip to content

Commit

Permalink
Remove obsolete backup folder mount
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 10, 2023
1 parent 4a8084d commit adfee2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nixos/base/users/christian.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ in
options = automount_opts ++ auth_opts;
in
{
"${target}/backup" = {
device = "//${fileserver}/backup";
inherit fsType;
inherit options;
};

"${target}/home" = {
device = "//${fileserver}/home";
inherit fsType;
Expand Down

0 comments on commit adfee2b

Please sign in to comment.