Added package options to all modules
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
vpnconfinement: {...}: {
|
||||
sub-merge: vpnconfinement: { pkgs, ... }: {
|
||||
imports = [
|
||||
vpnconfinement.nixosModules.default
|
||||
./nixarr.nix
|
||||
];
|
||||
|
||||
config.environment.systemPackages = [ sub-merge.packages."${pkgs.system}".default ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user