changeme -> FIXME

This commit is contained in:
2025-07-16 14:57:27 +07:00
parent b5c20ab4de
commit c716a79703

View File

@@ -6,9 +6,9 @@
nixpkgs.hostPlatform = { nixpkgs.hostPlatform = {
system = "x86_64-linux"; system = "x86_64-linux";
}; };
boot.loader.grub.devices = [ "/dev/disk/by-id/changeme" ]; boot.loader.grub.devices = [ "/dev/disk/by-id/FIXME" ];
fileSystems = { fileSystems = {
"/".device = "/dev/changeme"; "/".device = "/dev/FIXME";
}; };
networking.fqdn = "b4l.co.th"; networking.fqdn = "b4l.co.th";
system.stateVersion = "25.11"; system.stateVersion = "25.11";