format with alejandra

This commit is contained in:
Vinzenz Schroeter 2023-04-04 22:02:28 +02:00
parent 833f3f79e2
commit 970480cb53
4 changed files with 39 additions and 42 deletions

View file

@ -11,18 +11,14 @@
nixpkgs.config.allowUnfree = true;
boot = {
# supportedFilesystems = [ "btrfs" ];
loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
boot.loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
};
networking = {
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -50,12 +46,9 @@
};
};
time.timeZone = "Europe/Berlin";
i18n = {
defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";
LC_IDENTIFICATION = "de_DE.UTF-8";
@ -90,7 +83,6 @@
enable = true;
permitRootLogin = "no";
};
};
# Configure console keymap