diff options
author | tcmal <me@aria.rip> | 2024-08-23 01:03:50 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-23 01:05:10 +0100 |
commit | 5028503d6d2a21d9e4cb3100a2f9b2795cb5d4bd (patch) | |
tree | 94f38bbdfabc7b2549b97541b4d9880b5eb332e7 /lib.nix |
Diffstat (limited to 'lib.nix')
-rw-r--r-- | lib.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +pkgs@{ lib, ... }: +{ + domains = { + local = "hacklab"; + internet = "ehlab.uk"; + }; +} |