diff --git a/configuration.nix b/configuration.nix index 66acb51..29f9571 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 @@ -197,6 +202,11 @@ }; ### END OLLAMA + + + + + # List services that you want to enable: @@ -235,5 +245,4 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; -} - +} \ No newline at end of file diff --git a/home.nix b/home.nix index 1da9cd5..b4fc625 100644 --- a/home.nix +++ b/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 = '' diff --git a/secrets/passwords-and-certificates.nix b/secrets/passwords-and-certificates.nix index 6fc13de..c773a25 100644 Binary files a/secrets/passwords-and-certificates.nix and b/secrets/passwords-and-certificates.nix differ