apply code formatting
This commit is contained in:
parent
fe505efcee
commit
a6fd04cfd8
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ args@{
|
||||||
];
|
];
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = 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.hostName = "laptop";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue