diff options
| author | Mel <einebeere@gmail.com> | 2025-01-24 03:21:54 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-01-24 03:23:28 +0100 |
| commit | 22c74c30b97dbf25857f8c874581e638cb5e8d0a (patch) | |
| tree | d72ca6d784a7bbce2840002860f8899f23ba02ef /machines/bismuth/default.nix | |
| parent | 4af08c9c9c15fa3325b91d187cf17b35184a457c (diff) | |
| download | minerals-22c74c30b97dbf25857f8c874581e638cb5e8d0a.tar.zst minerals-22c74c30b97dbf25857f8c874581e638cb5e8d0a.zip | |
Take machine hostname from flake inputs
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/bismuth/default.nix')
| -rw-r--r-- | machines/bismuth/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/machines/bismuth/default.nix b/machines/bismuth/default.nix index e7418a9..165b944 100644 --- a/machines/bismuth/default.nix +++ b/machines/bismuth/default.nix @@ -11,8 +11,6 @@ ../../modules/nvidia.nix ]; - networking.hostName = "Bismuth"; - # expose vm web interface to tailnet services.tailscale.extraUpFlags = [ "--advertise-routes=192.168.122.100/32" |
