mirror of
https://github.com/StijnBTC/Ringtools.git
synced 2024-11-19 00:50:03 +01:00
6 lines
72 B
Python
6 lines
72 B
Python
import os
|
|
|
|
|
|
def is_umbrel():
|
|
return os.uname().nodename == "umbrel"
|