From c5178bfb0fd175e7c3f54a51ac8b55b7c7f26937 Mon Sep 17 00:00:00 2001 From: polsevev Date: Mon, 31 Mar 2025 21:18:17 +0200 Subject: [PATCH] Some nixos stuffs --- nixos/hephaestus/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/hephaestus/configuration.nix b/nixos/hephaestus/configuration.nix index e7b5c32..0811b78 100644 --- a/nixos/hephaestus/configuration.nix +++ b/nixos/hephaestus/configuration.nix @@ -62,12 +62,9 @@ security.sudo.wheelNeedsPassword = false; # Allow unfree packages nixpkgs.config.allowUnfree = true; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget btop vim tailscale