Lib/Nixos: Import compatible systemmodules into darwin system
This commit is contained in:
@ -130,7 +130,7 @@
|
||||
../system/${hostname}
|
||||
|
||||
# Import all of my custom system modules
|
||||
# ../system/systemmodules # TODO:
|
||||
../system/systemmodules/darwin.nix
|
||||
]
|
||||
|
||||
extraModules
|
||||
|
||||
5
system/systemmodules/darwin.nix
Normal file
5
system/systemmodules/darwin.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
./sops-nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user