diff options
author | Alan Pearce | 2017-09-09 16:49:09 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-09 16:49:30 +0200 |
commit | 0884991b398b9d3189f3b38a17d29ed95519daf8 (patch) | |
tree | 2351ced334840a23b1855e666446e40f2b5098e3 | |
parent | 64bbc795267a2c3e1596bdf46aff691d77152c95 (diff) | |
download | nixos-configuration-0884991b398b9d3189f3b38a17d29ed95519daf8.tar.lz nixos-configuration-0884991b398b9d3189f3b38a17d29ed95519daf8.tar.zst nixos-configuration-0884991b398b9d3189f3b38a17d29ed95519daf8.zip |
Add private configuration
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | satoshipad.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd1a426 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/private/ diff --git a/satoshipad.nix b/satoshipad.nix index 4414bb2..344479e 100644 --- a/satoshipad.nix +++ b/satoshipad.nix @@ -31,6 +31,7 @@ ./modules/network-manager.nix ./modules/nix.nix ./modules/i3.nix + ./private/default.nix ]; boot.initrd.luks.devices = [ |