added a bunch of nixos modules
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ self, ... }:
|
||||
{
|
||||
flake.modules.nixos.networking = { pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
self.modules.nixos.mullvad
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
environment.variables = {
|
||||
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user