refactor nix config a bit
This commit is contained in:
parent
f91842b292
commit
9bf32cc9b3
9 changed files with 182 additions and 238 deletions
|
@ -1,10 +1,4 @@
|
|||
[
|
||||
{
|
||||
hostname = "null";
|
||||
type = "local";
|
||||
}
|
||||
{
|
||||
hostname = "aoife";
|
||||
type = "local";
|
||||
}
|
||||
]
|
||||
{
|
||||
"null" = { type = "local"; };
|
||||
"aoife" = { type = "local"; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue