mkIf cannot make Linux only stuff disappear...
This commit is contained in:
parent
f5e39aac35
commit
88343d9ce4
2 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,6 @@ in
|
|||
with lib; {
|
||||
imports = [
|
||||
defaultShell
|
||||
./modules/common/linux
|
||||
./modules/my-tinc
|
||||
];
|
||||
|
||||
## Packages
|
||||
|
|
|
@ -91,6 +91,8 @@
|
|||
};
|
||||
common-nixos = stable: { ... }: {
|
||||
imports = [
|
||||
./modules/my-tinc
|
||||
./modules/common/linux
|
||||
(common-nix stable)
|
||||
inputs.secrets.nixosModules.common
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue