mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds hazel and daisy as servers instead of normal user machines
This commit is contained in:
parent
96772558fa
commit
0547c948ab
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@
|
|||
[ ./../home/default.server.nix ]
|
||||
else if (host == "posy") then
|
||||
[ ./../home/default.server.nix ]
|
||||
else if (host == "hazel") then
|
||||
[ ./../home/default.server.nix ]
|
||||
else if (host == "daisy") then
|
||||
[ ./../home/default.server.nix ]
|
||||
# else if (host == "yoshino") then
|
||||
# [ ./../home/default.nix ]
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue