diff options
| author | Leonardo <noreply@leoflo.me> | 2025-12-01 18:05:59 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2025-12-01 18:05:59 +0100 |
| commit | e12ad682ed596fb427c01c253e169d2da6217e88 (patch) | |
| tree | e822635e3b850818324f1d1703118fce20d5a514 /hermes/nixos/networking.nix | |
| parent | ca396e3ae1794c73742957acb55ce7a7d04633fc (diff) | |
| download | nixos-e12ad682ed596fb427c01c253e169d2da6217e88.tar.gz nixos-e12ad682ed596fb427c01c253e169d2da6217e88.zip | |
rimossi alcuni programmi
Diffstat (limited to 'hermes/nixos/networking.nix')
| -rw-r--r-- | hermes/nixos/networking.nix | 7 |
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 + ]; } |
