diff --git a/nixos/base/users/christian.nix b/nixos/base/users/christian.nix index d87df46e..b4810116 100644 --- a/nixos/base/users/christian.nix +++ b/nixos/base/users/christian.nix @@ -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;