no hsmw-vpn
This commit is contained in:
@@ -24,7 +24,10 @@
|
||||
|
||||
networking.hostName = "NxXPS"; # Define your hostname.
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
# enableStrongSwan = true;
|
||||
};
|
||||
environment.etc = {
|
||||
# easyroam HSMW
|
||||
"ssl/certs/easyroam_client_cert.pem".source = ./secrets/easyroam-hsmw/easyroam_client_cert.pem;
|
||||
@@ -82,7 +85,6 @@
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.xserver.libinput.enable = true;
|
||||
hardware.uinput.enable = true;
|
||||
@@ -114,6 +116,9 @@
|
||||
git-crypt
|
||||
wget
|
||||
curl
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
killall
|
||||
nano
|
||||
micro
|
||||
@@ -199,6 +204,11 @@
|
||||
### END OLLAMA
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
@@ -236,4 +246,3 @@
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
||||
|
||||
10
home.nix
10
home.nix
@@ -118,11 +118,11 @@
|
||||
|
||||
home.file = {
|
||||
|
||||
".ssl/ljk-pnx-cert.pem".text = secrets.pnxVpn.cert;
|
||||
".ssl/ljk-pnx-cert.key".text = secrets.pnxVpn.certKey;
|
||||
".ssl/ljk-pnx-ca.pem".text = secrets.pnxVpn.ca;
|
||||
".ssl/ljk-pnx.ovpn".text = secrets.pnxVpn.ovpn;
|
||||
".ssl/ljk-pnx-pass.txt".text = secrets.pnxVpn.pass;
|
||||
".vpn/ljk-pnx-cert.pem".text = secrets.pnxVpn.cert;
|
||||
".vpn/ljk-pnx-cert.key".text = secrets.pnxVpn.certKey;
|
||||
".vpn/ljk-pnx-ca.pem".text = secrets.pnxVpn.ca;
|
||||
".vpn/ljk-pnx.ovpn".text = secrets.pnxVpn.ovpn;
|
||||
".vpn/ljk-pnx-pass.txt".text = secrets.pnxVpn.pass;
|
||||
|
||||
|
||||
# ".config/libinput/gestures".text = ''
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user