got impermanence to wipe drive
This commit is contained in:
parent
d2b3f0116e
commit
848c57caa0
10 changed files with 281 additions and 234 deletions
|
@ -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;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue