got impermanence to wipe drive

This commit is contained in:
Leyla Becker 2024-12-08 21:58:11 -06:00
parent d2b3f0116e
commit 848c57caa0
10 changed files with 281 additions and 234 deletions

View file

@ -24,9 +24,9 @@
};
# delete your darlings
# impermanence = {
# url = "github:nix-community/impermanence";
# };
impermanence = {
url = "github:nix-community/impermanence";
};
nix-darwin = {
url = "github:LnL7/nix-darwin";
@ -65,6 +65,9 @@
outputs = {
self,
nixpkgs,
sops-nix,
home-manager,
impermanence,
...
} @ inputs: let
util = import ./util {inherit inputs;};