Update distroName to include deskOS version

This commit is contained in:
Michael Smith 2024-09-06 11:50:52 +02:00
parent 159619d33c
commit 825eae0857
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
};
};
system.nixos.distroName = "deskOS";
system.nixos.distroName = "deskOS 1";
system.autoUpgrade = {
enable = true;

View File

@ -21,7 +21,7 @@ in {
(modulesPath + "/profiles/installation-device.nix")
];
system.nixos.distroName = "deskOS";
system.nixos.distroName = "deskOS 1";
boot = {
consoleLogLevel = 0;