diff options
author | Ben Sima <ben@bsima.me> | 2021-12-21 11:00:53 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-12-21 11:01:55 -0500 |
commit | 2b4e0164beaf697332cebce9c9a088be1978ffc5 (patch) | |
tree | 1c353bd9dd559074f616220447dc95bcc9369ee9 /Biz/Dev.nix | |
parent | f8197182cc5c2482781c2d02fc8e05ba75d00c09 (diff) |
Reorganize some nix code
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r-- | Biz/Dev.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Biz/Dev.nix b/Biz/Dev.nix index e0eb89a..80ca773 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -10,8 +10,9 @@ bild.os { ./Dev/Configuration.nix ./Dev/Hardware.nix ./Dev/Hoogle.nix - ./Dragons.nix + ./Dev/Networking.nix ./Dev/Wireguard.nix + ./Dragons.nix # ./Dev/Guix.nix # I need to package a bunch of guile libs first ]; networking.hostName = "lithium"; |