mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: remove yoshino since it's no longer a different profile
This commit is contained in:
parent
9dfd94b35a
commit
66ddc34a0a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
[ ./../home/default.server.nix ]
|
||||
else if (host == "dandelion") then
|
||||
[ ./../home/default.server.nix ]
|
||||
else if (host == "yoshino") then
|
||||
[ ./../home/default.yoshino.nix ]
|
||||
# else if (host == "yoshino") then
|
||||
# [ ./../home/default.nix ]
|
||||
else [ ./../home ];
|
||||
home = {
|
||||
username = "${username}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue