changeme -> FIXME
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user