diff options
author | Alan Pearce | 2019-09-28 20:32:02 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-28 22:19:03 +0200 |
commit | a7a6fa0d1ceb57c39a03bb002db532e85eb083db (patch) | |
tree | 2185459775de5a35d246dce99faf853dd0312be9 | |
parent | a9aea15a7f3dfd93fa17b41bc1492b3010bd5dcb (diff) | |
download | nixfiles-a7a6fa0d1ceb57c39a03bb002db532e85eb083db.tar.lz nixfiles-a7a6fa0d1ceb57c39a03bb002db532e85eb083db.tar.zst nixfiles-a7a6fa0d1ceb57c39a03bb002db532e85eb083db.zip |
Enable working from home on prefect
-rw-r--r-- | prefect.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prefect.nix b/prefect.nix index 7b531029..b7a6ac32 100644 --- a/prefect.nix +++ b/prefect.nix @@ -3,6 +3,7 @@ { imports = [ ./hardware-configuration.nix + ./modules/satoshipay.nix ./modules/base.nix ./modules/configuration/berlin.nix ./modules/configuration/british-english.nix |