Moved files

This commit is contained in:
fwastring 2025-06-03 22:51:15 +02:00
parent f0f251c814
commit d8f3613304
12 changed files with 191 additions and 741 deletions

23
config/network.nix Normal file
View file

@ -0,0 +1,23 @@
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{
inputs,
lib,
config,
pkgs,
myhostname,
...
}: {
environment.systemPackages = with pkgs; [
openvpn
networkmanagerapplet
networkmanager-l2tp
strongswan
networkmanager_strongswan
wireguard-tools
networkmanager
openssh
dig
];
}