Update distroName to include deskOS version
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
system.nixos.distroName = "deskOS";
|
||||
system.nixos.distroName = "deskOS 1";
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
|
||||
@@ -21,7 +21,7 @@ in {
|
||||
(modulesPath + "/profiles/installation-device.nix")
|
||||
];
|
||||
|
||||
system.nixos.distroName = "deskOS";
|
||||
system.nixos.distroName = "deskOS 1";
|
||||
|
||||
boot = {
|
||||
consoleLogLevel = 0;
|
||||
|
||||
Reference in New Issue
Block a user