refactor nix config a bit

This commit is contained in:
Vivian 2022-12-26 15:13:04 +01:00
parent f91842b292
commit 9bf32cc9b3
9 changed files with 182 additions and 238 deletions

View file

@ -1,10 +1,4 @@
[
{
hostname = "null";
type = "local";
}
{
hostname = "aoife";
type = "local";
}
]
{
"null" = { type = "local"; };
"aoife" = { type = "local"; };
}