From afd286a9f09af211efd4ae1f289846914c19b259 Mon Sep 17 00:00:00 2001 From: Lyn Date: Wed, 24 Jan 2024 12:12:44 +0100 Subject: [PATCH] update before namechange --- configuration.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c08586c..23319b8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,9 +10,15 @@ ./hardware-configuration.nix ]; + # Enable Flakes and the new command-line tool + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # Set default editor to vim + environment.variables.EDITOR = "vim"; + + # Use the GRUB 2 boot loader. - boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/sda"; + #boot.loader.grub.enable = true; + #boot.loader.grub.device = "/dev/sda"; networking.hostName = "gitea"; # Define your hostname. # Set your time zone. @@ -45,8 +51,10 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + git vim wget + curl ]; # Create folders