summaryrefslogtreecommitdiff
path: root/hermes/nixos/networking.nix
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2025-12-01 18:05:59 +0100
committerLeonardo <noreply@leoflo.me>2025-12-01 18:05:59 +0100
commite12ad682ed596fb427c01c253e169d2da6217e88 (patch)
treee822635e3b850818324f1d1703118fce20d5a514 /hermes/nixos/networking.nix
parentca396e3ae1794c73742957acb55ce7a7d04633fc (diff)
downloadnixos-e12ad682ed596fb427c01c253e169d2da6217e88.tar.gz
nixos-e12ad682ed596fb427c01c253e169d2da6217e88.zip
rimossi alcuni programmi
Diffstat (limited to 'hermes/nixos/networking.nix')
-rw-r--r--hermes/nixos/networking.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/hermes/nixos/networking.nix b/hermes/nixos/networking.nix
index 00e1574..90b66fa 100644
--- a/hermes/nixos/networking.nix
+++ b/hermes/nixos/networking.nix
@@ -1,4 +1,4 @@
-{...}: {
+{pkgs, ...}: {
networking = {
hostName = "hermes";
@@ -22,4 +22,9 @@
];
};
};
+
+ # Packages
+ environment.systemPackages = with pkgs; [
+ openfortivpn openfortivpn-webview
+ ];
}