rename other to thalassa

This commit is contained in:
Vivian 2022-08-20 19:29:57 +02:00
parent 067c14f36f
commit 6bff447467
5 changed files with 8 additions and 2 deletions

View file

@ -82,13 +82,12 @@
# Make the coleman configuration # Make the coleman configuration
colmena = lib.foldr (el: acc: acc // mkColmenaHost el) colmena = lib.foldr (el: acc: acc // mkColmenaHost el)
{ {
null = { ... }: { null = { ... }: {
networking.hostName = "null"; networking.hostName = "null";
imports = [ imports = [
./nixos/common ./nixos/common
./nixos/hosts/other/null/configuration.nix ./nixos/hosts/thalassa/null/configuration.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
]; ];

View file

@ -0,0 +1,7 @@
[
{
hostname = "null";
mac = "";
type = "local";
}
]