From 88343d9ce436e3d400ec3d55ccd86cbc41ed5519 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 23 Apr 2023 11:28:35 +0200 Subject: [PATCH] mkIf cannot make Linux only stuff disappear... --- common.nix | 2 -- flake.nix | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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 ];