mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: server test
This commit is contained in:
parent
34e722dd07
commit
6cdbfedc93
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ let
|
|||
;
|
||||
hostname = config.networking.hostName;
|
||||
desktop = devices.desktop.name;
|
||||
server = devices.server.name;
|
||||
fallaryn = devices.fallaryn.name;
|
||||
in
|
||||
{
|
||||
|
@ -23,6 +24,8 @@ in
|
|||
(
|
||||
if hostname == desktop then
|
||||
user0
|
||||
else if hostname == server then
|
||||
user0
|
||||
else if hostname == fallaryn then
|
||||
user2
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue