hurrrrrrrrrrrrrr
This commit is contained in:
4
home-manager/syncthing.nix
Normal file
4
home-manager/syncthing.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.syncthing.enable = true;
|
||||
}
|
||||
@@ -30,6 +30,7 @@
|
||||
../support/ntfs.nix
|
||||
../tmpfs.nix
|
||||
../virt-manager.nix
|
||||
../static-ip.nix
|
||||
../wireshark.nix
|
||||
#../fh/forensik.nix
|
||||
#../graphical/hyprland.nix
|
||||
|
||||
@@ -4,5 +4,6 @@ let
|
||||
in
|
||||
{
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedUDPPorts = [ 5000 ];
|
||||
networking.firewall.allowedUDPPortRanges = allowedUDPPortRanges;
|
||||
}
|
||||
|
||||
@@ -8,10 +8,6 @@ in
|
||||
networking = {
|
||||
defaultGateway = "192.168.0.1";
|
||||
useDHCP = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedUDPPorts = [ 5000 ];
|
||||
};
|
||||
nameservers = [
|
||||
dns
|
||||
"1.1.1.1"
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user