diff options
Diffstat (limited to 'nixos/globals.nix')
-rw-r--r-- | nixos/globals.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/globals.nix b/nixos/globals.nix new file mode 100644 index 0000000..e8dc5e6 --- /dev/null +++ b/nixos/globals.nix @@ -0,0 +1,4 @@ +{ + myUserName = "stvnliu"; + myHostName = "homelab-nix"; +} |