From c49deec57c473445361423470bd889715fe1cd11 Mon Sep 17 00:00:00 2001 From: Lyn Date: Wed, 14 Feb 2024 02:42:19 +0100 Subject: [PATCH] flake added --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 9aa6cbe..05c90f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";