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