diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-23 19:29:25 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-23 19:29:25 +0200 |
commit | cbe489263d750ce38e6e8ec73c312cdc940c0e05 (patch) | |
tree | 6240f8aef64ca6c48e223c51af42cad917c60971 /flake.lock | |
parent | Update (diff) | |
download | nixos-config-cbe489263d750ce38e6e8ec73c312cdc940c0e05.tar.gz nixos-config-cbe489263d750ce38e6e8ec73c312cdc940c0e05.tar.bz2 nixos-config-cbe489263d750ce38e6e8ec73c312cdc940c0e05.zip |
Luna: Added impermanence and disk encryption
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 6df29b7..5ad5572 100644 --- a/flake.lock +++ b/flake.lock @@ -22,6 +22,21 @@ "type": "github" } }, + "impermanence": { + "locked": { + "lastModified": 1646131459, + "narHash": "sha256-GPmgxvUFvQ1GmsGfWHy9+rcxWrczeDhS9XnAIPHi9XQ=", + "owner": "nix-community", + "repo": "impermanence", + "rev": "2f39baeb7d039fda5fc8225111bb79474138e6f4", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "impermanence", + "type": "github" + } + }, "nix-index": { "locked": { "lastModified": 1658030503, @@ -71,6 +86,7 @@ "root": { "inputs": { "home-manager": "home-manager", + "impermanence": "impermanence", "nix-index": "nix-index", "nixpkgs": "nixpkgs", "nur": "nur" |