summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-04 14:11:17 +0100
committerRory& <root@rory.gay>2025-12-04 14:11:17 +0100
commitd69cbb250b5a20c226e1dc86a344f105a9a1cdb0 (patch)
treef182491fe7d71545e0244ca27b8ba5f04d79cb99 /modules
parentnix-serve already uses loadcredential... (diff)
downloadRory-Open-Architecture-d69cbb250b5a20c226e1dc86a344f105a9a1cdb0.tar.xz
Add Rory-desktop as substituter
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/environments/nethost-Rory-desktop.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/environments/nethost-Rory-desktop.nix b/modules/environments/nethost-Rory-desktop.nix
new file mode 100755

index 0000000..5bd53b1 --- /dev/null +++ b/modules/environments/nethost-Rory-desktop.nix
@@ -0,0 +1,12 @@ +{ + config, + pkgs, + lib, + ... +}: + +{ + networking.hosts = { + "192.168.0.3" = [ "Rory-desktop.local" "nix-bincache.Rory-desktop.local" ]; + }; +}