diff --git a/common.nix b/common.nix index c24a898..04f91f9 100644 --- a/common.nix +++ b/common.nix @@ -13,8 +13,6 @@ in with lib; { imports = [ defaultShell - ./modules/common/linux - ./modules/my-tinc ]; ## Packages diff --git a/flake.nix b/flake.nix index bbcee57..10c6316 100644 --- a/flake.nix +++ b/flake.nix @@ -91,6 +91,8 @@ }; common-nixos = stable: { ... }: { imports = [ + ./modules/my-tinc + ./modules/common/linux (common-nix stable) inputs.secrets.nixosModules.common ];