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
d9a2e91158
commit
34e722dd07
1 changed files with 3 additions and 0 deletions
|
@ -9,11 +9,14 @@ let
|
|||
;
|
||||
hostname = config.networking.hostName;
|
||||
desktop = devices.desktop.name;
|
||||
server = devices.server.name;
|
||||
fallaryn = devices.fallaryn.name;
|
||||
|
||||
userLogic =
|
||||
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