mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 15:27:18 +02:00
chore(akhaten): remove useless targetHost
This commit is contained in:
parent
3b5b6dc662
commit
5d9e263223
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
Add a link
Reference in a new issue