system/base: remove configurationRevision setting
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 23:13:58 +0200
1 files changed, 0 insertions(+), 5 deletions(-)
jump to
M system/settings/base.nix → system/settings/base.nix
@@ -1,14 +1,9 @@ { config , pkgs , lib -, inputs , ... }: -let - inherit (inputs) self; -in { boot.loader.timeout = lib.mkDefault 1; services.irqbalance.enable = true; - system.configurationRevision = toString (self.rev or self.dirtyRev or self.lastModified or "unknown"); }