This commit is contained in:
iFargle 2023-09-21 22:29:49 +09:00
parent 7d756b36d9
commit 1c78b09cde

View file

@ -17,11 +17,5 @@
time.timeZone = "Asia/Tokyo";
networking.hostName = "nixos-vm-02";
boot.loader.grub = {
enable = true;
device = "/dev/sda";
useOSProber = true;
};
networking.firewall.allowedTCPPorts = [ 22 ];
}