diff options
Diffstat (limited to '1systems/lass/uriel.nix')
-rw-r--r-- | 1systems/lass/uriel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1systems/lass/uriel.nix b/1systems/lass/uriel.nix index b8fa899ba..25745d055 100644 --- a/1systems/lass/uriel.nix +++ b/1systems/lass/uriel.nix @@ -24,6 +24,12 @@ ]; }; } + { + imports = [ ../../3modules/tv/identity.nix ]; + tv.identity = { + enable = true; + }; + } ]; networking.hostName = "uriel"; |