This commit is contained in:
陈浩南 2024-06-26 21:08:46 +08:00
parent 094df77b5b
commit 5791b79245

View File

@ -26,7 +26,7 @@ inputs:
rollingRootfs = {}; rollingRootfs = {};
}; };
grub.installDevice = "/dev/disk/by-path/pci-0000:00:04.0"; grub.installDevice = "/dev/disk/by-path/pci-0000:00:04.0";
nixpkgs.march = "znver2"; # nixpkgs.march = "znver2";
nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ]; nix.substituters = [ "https://cache.nixos.org/" "https://nix-store.chn.moe" ];
initrd.sshd.enable = true; initrd.sshd.enable = true;
networking = { hostname = "vps4"; networkd = {}; }; networking = { hostname = "vps4"; networkd = {}; };