From cf86cf37ea7413471b9c4461f4816206a305e7b9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 2 Feb 2023 02:39:58 +0900 Subject: fix(nixos/alpha): actually erase my darlings --- nixos/alpha/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index a3d8b9d..aa57e87 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -54,6 +54,10 @@ ''; }; + boot.initrd.postDeviceCommands = lib.mkAfter '' + zfs rollback -r rpool/local/root@blank + ''; + networking.hostName = "alpha"; networking.hostId = "641a7b10"; -- cgit 1.4.1