mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
configured networks
vpn isn't configured yet, for cable I don't know
This commit is contained in:
parent
f85c5de8b7
commit
8f8ba0d250
6 changed files with 61 additions and 13 deletions
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./modules/autorandr
|
||||
./modules/networks
|
||||
../../shared/vim.nix
|
||||
../../shared/input.nix
|
||||
../../shared/sops.nix
|
||||
|
@ -16,13 +17,6 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "thinkpad";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 51820 ]; # used for wireguard
|
||||
checkReversePath = false;
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue