diff --git a/hosts/common/default.nix b/hosts/common/default.nix index a901e3a07..1bc6cec0e 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -3,7 +3,7 @@ imports = [ ./boot.nix ./feeds.nix - ./fs.nix + ./fs ./home ./hosts.nix ./ids.nix diff --git a/hosts/common/fs.nix b/hosts/common/fs/default.nix similarity index 100% rename from hosts/common/fs.nix rename to hosts/common/fs/default.nix