fix static ip and move gitconfig

This commit is contained in:
Kopatz
2024-04-29 21:55:52 +02:00
parent 9c1d4fc667
commit 650f502800
14 changed files with 44 additions and 156 deletions

View File

@@ -7,7 +7,6 @@
../gpg.nix
../kernel.nix # use latest kernel
../services/syncthing.nix
../static-ip.nix
../support/ntfs.nix
];
@@ -22,6 +21,12 @@
ld.enable = true;
settings.enable = true;
};
static-ip = {
enable = true;
interface = "enp42s0";
ip = "192.168.0.11";
dns = "192.168.0.6";
};
hardware = {
vfio.enable = true;
nvidia.enable = true;