mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore(akhaten): remove useless targetHost
This commit is contained in:
parent
de7dd4c370
commit
9d6a1d2505
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
|
@ -19,7 +19,6 @@
|
|||
};
|
||||
|
||||
deployment.tags = [ "server" ];
|
||||
deployment.targetHost = config.machine.meta.ips.public.ipv4;
|
||||
|
||||
disko = import ./disko.nix;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue