configuration.nix aktualisiert
This commit is contained in:
parent
bd728bfd5d
commit
3923207d50
1 changed files with 4 additions and 13 deletions
|
@ -12,11 +12,9 @@
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./user-chch.nix
|
./user-chch.nix
|
||||||
./boot.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.
|
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
@ -48,11 +46,6 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
||||||
|
|
||||||
# Enabling HackRF One Support
|
|
||||||
hardware.hackrf.enable = true;
|
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -65,9 +58,6 @@
|
||||||
# Enable Unfree Packages to be installed:
|
# Enable Unfree Packages to be installed:
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Enable Wireshark
|
|
||||||
programs.wireshark.enable = true;
|
|
||||||
|
|
||||||
# Defining Globally installed Packages
|
# Defining Globally installed Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
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
|
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
|
# (/run/current-system/configuration.nix). This is useful in case you
|
||||||
# accidentally delete configuration.nix.
|
# accidentally delete configuration.nix.
|
||||||
# system.copySystemConfiguration = true;
|
# 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 .
|
# 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?
|
system.stateVersion = "24.11"; # Did you read the comment?
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue