This commit is contained in:
Bit Borealis 2023-03-15 06:18:09 +00:00
parent 46047ad71b
commit 100fa7f2f6
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ in{
options = "--delete-older-than 30d";
};
environment.etc.machine-info.text = lib.strings.toShellVars {
PRETTY_HOSTNAME = "vulkan 🌋";
};
# bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;