feat(base): change boot menu label
This commit is contained in:
parent
bad24916b7
commit
a6611dcb67
|
@ -4,6 +4,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.settings;
|
||||
|
@ -53,6 +54,8 @@ in {
|
|||
(builtins.readFile ../secrets/ca.crt)
|
||||
];
|
||||
|
||||
system.nixos.label = (builtins.concatStringsSep "-" (builtins.sort (x: y: x < y) config.system.nixos.tags)) + config.system.nixos.version + "-SHA:${inputs.self.dirtyShortRev}";
|
||||
|
||||
# Use some binary caches
|
||||
nix.settings = {
|
||||
# add binary caches
|
||||
|
|
Loading…
Reference in a new issue