apply code formatting

This commit is contained in:
Kim, Jimin 2025-03-25 20:09:49 +09:00
parent fe505efcee
commit a6fd04cfd8
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -91,7 +91,8 @@ args@{
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.luks.devices."luks-72250b57-488c-4850-a000-766508a1ceb7".device = "/dev/disk/by-uuid/72250b57-488c-4850-a000-766508a1ceb7";
boot.initrd.luks.devices."luks-72250b57-488c-4850-a000-766508a1ceb7".device =
"/dev/disk/by-uuid/72250b57-488c-4850-a000-766508a1ceb7";
networking.hostName = "laptop";
networking.networkmanager.enable = true;
security.rtkit.enable = true;