Common: set hostname as variant id
This commit is contained in:
parent
da0bd77930
commit
b623acef48
1 changed files with 1 additions and 0 deletions
|
|
@ -88,5 +88,6 @@
|
||||||
system = {
|
system = {
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev;
|
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev;
|
||||||
|
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue