This commit is contained in:
Akiyama Mizuki 2026-08-18 10:14:30 +09:00
commit 9bbceb15fd
9 changed files with 43 additions and 16 deletions

View file

@ -98,5 +98,13 @@
services.qemuGuest.enable = true;
services.cloud-init = {
enable = true;
settings = {
preserve_hostname = true;
};
};
system.stateVersion = "26.05";
}