about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-23 19:29:25 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-23 19:29:25 +0200
commitcbe489263d750ce38e6e8ec73c312cdc940c0e05 (patch)
tree6240f8aef64ca6c48e223c51af42cad917c60971 /flake.nix
parentUpdate (diff)
downloadnixos-config-cbe489263d750ce38e6e8ec73c312cdc940c0e05.tar.gz
nixos-config-cbe489263d750ce38e6e8ec73c312cdc940c0e05.tar.bz2
nixos-config-cbe489263d750ce38e6e8ec73c312cdc940c0e05.zip
Luna: Added impermanence and disk encryption
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 36af10c..94e38f2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,10 +3,14 @@
 
   inputs = {
     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+
     home-manager = {
       url = "github:nix-community/home-manager/master";
       inputs.nixpkgs.follows = "nixpkgs";
     };
+
+    impermanence.url = "github:nix-community/impermanence";
+
     nur.url = "github:nix-community/NUR";
 
     nix-index.url = "github:Mic92/nix-index-database";