mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02: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 = [
|
imports = [
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
@ -19,7 +19,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
deployment.tags = [ "server" ];
|
deployment.tags = [ "server" ];
|
||||||
deployment.targetHost = config.machine.meta.ips.public.ipv4;
|
|
||||||
|
|
||||||
disko = import ./disko.nix;
|
disko = import ./disko.nix;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue