More networking debugging
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, inputs, ... }: {
|
||||
{ config, pkgs, inputs, lib, ... }: {
|
||||
|
||||
imports = [
|
||||
../hardware/sampledb.nix
|
||||
@@ -7,6 +7,7 @@
|
||||
hostname = "sampledb-dev";
|
||||
ip_address = "192.168.100.42";
|
||||
open_ports = [ 80 443 ];
|
||||
inherit lib;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user