diff options
author | sefidel <contact@sefidel.net> | 2023-02-02 02:39:58 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-02 02:39:58 +0900 |
commit | cf86cf37ea7413471b9c4461f4816206a305e7b9 (patch) | |
tree | b0d01f3a5f78e2862b9b1994c962ff262d698dc8 /nixos/alpha/configuration.nix | |
parent | 5a0585933312a80ddb391eb19d0829ff6464e3d1 (diff) | |
download | nixrc-cf86cf37ea7413471b9c4461f4816206a305e7b9.tar.gz nixrc-cf86cf37ea7413471b9c4461f4816206a305e7b9.zip |
fix(nixos/alpha): actually erase my darlings
Diffstat (limited to 'nixos/alpha/configuration.nix')
-rw-r--r-- | nixos/alpha/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |