flake added

This commit is contained in:
hannes 2024-02-14 02:42:19 +01:00
parent acaa4d06b9
commit 2b0df27b88

View file

@ -14,7 +14,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Set default editor to vim
environment.variables.EDITOR = "vim";
# Use UEFI
boot.loader.systemd-boot.enable = true;
@ -22,7 +21,7 @@
#boot.loader.grub.enable = true;
#boot.loader.grub.device = "/dev/sda";
networking.hostName = "forgojo"; # Define your hostname.
networking.hostName = "forgejo"; # Define your hostname.
# Set your time zone.
time.timeZone = "Europe/Berlin";