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; {
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
defaultShell
|
defaultShell
|
||||||
./modules/common/linux
|
|
||||||
./modules/my-tinc
|
|
||||||
];
|
];
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
|
@ -91,6 +91,8 @@
|
||||||
};
|
};
|
||||||
common-nixos = stable: { ... }: {
|
common-nixos = stable: { ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./modules/my-tinc
|
||||||
|
./modules/common/linux
|
||||||
(common-nix stable)
|
(common-nix stable)
|
||||||
inputs.secrets.nixosModules.common
|
inputs.secrets.nixosModules.common
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue