mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds server-specific components, rename violet-specifics to server specifics
This commit is contained in:
parent
a1d5447787
commit
e656ae52e0
3 changed files with 4 additions and 7 deletions
|
|
@ -10,7 +10,9 @@
|
|||
if (host == "desktop") then
|
||||
[ ./../home/default.desktop.nix ]
|
||||
else if (host == "violet") then
|
||||
[ ./../home/default.violet.nix ]
|
||||
[ ./../home/default.server.nix ]
|
||||
else if (host == "dandelion") then
|
||||
[ ./../home/default.server.nix ]
|
||||
else if (host == "yoshino") then
|
||||
[ ./../home/default.yoshino.nix ]
|
||||
else [ ./../home ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue