hurrrrrrrrrrrrrr

This commit is contained in:
Kopatz
2024-04-03 20:30:00 +02:00
parent 53ed41b86d
commit 2c118ecad3
6 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
services.syncthing.enable = true;
}

View File

@@ -30,6 +30,7 @@
../support/ntfs.nix
../tmpfs.nix
../virt-manager.nix
../static-ip.nix
../wireshark.nix
#../fh/forensik.nix
#../graphical/hyprland.nix

View File

@@ -4,5 +4,6 @@ let
in
{
networking.firewall.enable = true;
networking.firewall.allowedUDPPorts = [ 5000 ];
networking.firewall.allowedUDPPortRanges = allowedUDPPortRanges;
}

View File

@@ -8,10 +8,6 @@ in
networking = {
defaultGateway = "192.168.0.1";
useDHCP = false;
firewall = {
enable = true;
allowedUDPPorts = [ 5000 ];
};
nameservers = [
dns
"1.1.1.1"

View File

@@ -1,5 +1,8 @@
{
interface = "enp42s0";
ipv4 = "192.168.0.11";
dns = "192.168.0.6";
# IOMMU Group 16 2b:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA102 [GeForce RTX 3090] [10de:2204] (rev a1)
# IOMMU Group 16 2b:00.1 Audio device [0403]: NVIDIA Corporation GA102 High Definition Audio Controller [10de:1aef] (rev a1)
gpu_vga = "10de:2204";

View File

@@ -23,6 +23,7 @@
../../home-manager/kitty.nix
../../home-manager/rofi.nix
../../home-manager/kde-path.nix
#../../home-manager/syncthing.nix
inputs.nix-colors.homeManagerModule
];