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