Update distroName for installer

This commit is contained in:
Michael Smith 2024-09-06 10:04:30 +02:00
parent 3977e776ac
commit 4e335647a4

View File

@ -21,6 +21,8 @@ in {
(modulesPath + "/profiles/installation-device.nix") (modulesPath + "/profiles/installation-device.nix")
]; ];
system.nixos.distroName = "deskOS";
boot = { boot = {
consoleLogLevel = 0; consoleLogLevel = 0;
kernelParams = ["quiet" "splash" "systemd.show_status=auto" "rd.udev.log_level=3"]; kernelParams = ["quiet" "splash" "systemd.show_status=auto" "rd.udev.log_level=3"];