feat(nixos): add nixos-diff rebuild diff + reboot/re-login helper

This commit is contained in:
2026-08-06 14:55:06 +02:00
parent 5d0a33d09f
commit b9e8641bbf
2 changed files with 84 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./shutdown-debug.nix ./printing-scanning.nix ];
imports = [ ./shutdown-debug.nix ./printing-scanning.nix ./rebuild-diff.nix ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Deduplicate identical store paths via hardlinks.