mkIf cannot make Linux only stuff disappear...

This commit is contained in:
Natsu Kagami 2023-04-23 11:28:35 +02:00
parent f5e39aac35
commit 88343d9ce4
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,6 @@ in
with lib; {
imports = [
defaultShell
./modules/common/linux
./modules/my-tinc
];
## Packages

View file

@ -91,6 +91,8 @@
};
common-nixos = stable: { ... }: {
imports = [
./modules/my-tinc
./modules/common/linux
(common-nix stable)
inputs.secrets.nixosModules.common
];