feat: add tailscale support and update timeZone

This commit is contained in:
Zhongheng Liu 2024-08-31 11:50:24 +03:00
commit 7db7922cd3
No known key found for this signature in database
5 changed files with 275 additions and 3 deletions

View file

@ -12,7 +12,7 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage" "usbhid" "sd_mod"];
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usbhid"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
@ -28,6 +28,11 @@
options = ["fmask=0022" "dmask=0022"];
};
fileSystems."/games" = {
device = "/dev/disk/by-uuid/492b4058-0507-456d-b694-a340222d35af";
fsType = "ext4";
};
swapDevices = [];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking