feat(nixos): add nixos-diff rebuild diff + reboot/re-login helper
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user