adding null hostname

This commit is contained in:
Bit Borealis 2023-04-13 03:02:35 -04:00
parent 83763d8a39
commit 479adc7914
2 changed files with 3 additions and 1 deletions

2
hosts/null/default.nix Normal file
View File

@ -0,0 +1,2 @@
# an non-existant host for testing purposes
{}:{}

View File

@ -2,5 +2,5 @@
# ln -rs local.nix dependencies/mobile-nixos/local.nix
{ ... }:
{
imports = [ ../../ ]
imports = [ ../../ ];
}