From 3923207d506317bd363c4d521150df23f444fd67 Mon Sep 17 00:00:00 2001 From: fnord Date: Wed, 7 May 2025 04:02:26 +0200 Subject: [PATCH] configuration.nix aktualisiert --- configuration.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/configuration.nix b/configuration.nix index 05afeb0..afbc56e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,11 +12,9 @@ ./flatpak.nix ./user-chch.nix ./boot.nix - ./hostname.nix -# ./flake.nix ]; - # networking.hostName = "$HOSTNAME_HERE"; # Please Define hostname in hostname.nix + networking.hostName = "chch-elab-r"; # Define your hostname. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone. @@ -48,11 +46,6 @@ openFirewall = true; }; -# nix.settings.experimental-features = [ "nix-command" "flakes" ]; - - # Enabling HackRF One Support - hardware.hackrf.enable = true; - # Enable sound. services.pipewire = { enable = true; @@ -65,9 +58,6 @@ # Enable Unfree Packages to be installed: nixpkgs.config.allowUnfree = true; - # Enable Wireshark - programs.wireshark.enable = true; - # Defining Globally installed Packages environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. @@ -94,7 +84,7 @@ gqrx ]; - # Copy the NixOS configuration file and link it from the resulting system + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix. # system.copySystemConfiguration = true; @@ -118,4 +108,5 @@ # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . system.stateVersion = "24.11"; # Did you read the comment? -} \ No newline at end of file +} +