index — nix @ 6c9ff3d9b748d892de764cadc673d89e4efb2578

My first nix server; runs a minecraft server

configuration: remove unnecessary config/packages
crispy-caesus crispy@crispy-caesus.eu
Sun, 07 Jun 2026 10:41:37 +0200
commit

6c9ff3d9b748d892de764cadc673d89e4efb2578

parent

ba26976ab2d1f58126fb337457d2783c7b00a0bf

1 files changed, 0 insertions(+), 12 deletions(-)

jump to
M configuration.nixconfiguration.nix

@@ -22,15 +22,6 @@ networking.networkmanager.enable = true;

time.timeZone = "Europe/Berlin"; - services.pipewire = { - enable = true; - pulse.enable = true; - }; - - - # Enable touchpad support (enabled default in most desktopManager). - services.libinput.enable = true; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.crispy = { isNormalUser = true;

@@ -39,8 +30,6 @@ packages = with pkgs; [

tree ]; }; - - programs.firefox.enable = true; environment.systemPackages = with pkgs; [ vim

@@ -57,4 +46,3 @@

system.stateVersion = "25.11"; } -