removed rustoro-specific config from petalburg

This commit is contained in:
Aly Raffauf 2024-03-01 21:23:22 -05:00
parent 19a54f5738
commit 3177a2d4ae

View file

@ -15,7 +15,7 @@
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = false; boot.loader.grub.useOSProber = false;
networking.hostName = "rustboro"; # Define your hostname. networking.hostName = "petalburg"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Enable networking # Enable networking
@ -48,14 +48,6 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
easyeffects
];
powerManagement.cpuFreqGovernor = "ondemand";
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave