diff options
author | Alan Pearce | 2019-12-02 12:12:47 +0100 |
---|---|---|
committer | Alan Pearce | 2019-12-02 12:12:47 +0100 |
commit | c226c63ddab56a20684062bb020cd64f774f63d3 (patch) | |
tree | ff40d30073b36a01144a59beb8eb40a184f3af1d /system | |
parent | 3a62d45e21d1bc17dc9353c11b2cb87e84289aff (diff) | |
download | nixfiles-c226c63ddab56a20684062bb020cd64f774f63d3.tar.lz nixfiles-c226c63ddab56a20684062bb020cd64f774f63d3.tar.zst nixfiles-c226c63ddab56a20684062bb020cd64f774f63d3.zip |
Move secrets to keybase git submodule
Diffstat (limited to 'system')
-rw-r--r-- | system/satoshipad.nix | 1 | ||||
-rw-r--r-- | system/trillian.nix | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/system/satoshipad.nix b/system/satoshipad.nix index ecd02846..a85d2f67 100644 --- a/system/satoshipad.nix +++ b/system/satoshipad.nix @@ -3,7 +3,6 @@ { imports = [ ./hardware-configuration.nix - ./private/default.nix <nixos-hardware/lenovo/thinkpad/t470s> <nixos-hardware/common/pc/ssd> diff --git a/system/trillian.nix b/system/trillian.nix index 276a2559..d2a74716 100644 --- a/system/trillian.nix +++ b/system/trillian.nix @@ -2,8 +2,6 @@ { imports = [ - ./private/default.nix - ./modules/darwin/stubby.nix ./modules/nextdns.nix |