mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
debugging
This commit is contained in:
@@ -3,10 +3,7 @@
|
||||
flake.nixosModules.computer-mo = {
|
||||
imports = with inputs.self.modules.nixos; [
|
||||
base
|
||||
gnome
|
||||
gnome-apps
|
||||
steam
|
||||
overclocking
|
||||
home-manager
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
networking.hostName = computer-mo;
|
||||
networking.hostName = "computer-mo";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user