diff options
| author | lassulus <lass@aidsballs.de> | 2015-07-17 10:30:14 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-07-18 14:11:11 +0200 |
| commit | 3940777159d4900a67981842b82b5f7f677cb032 (patch) | |
| tree | 305f0c26aabe684c63b63a5dce04a8ce3cb412fd /1systems/lass/uriel.nix | |
| parent | 4cb466ebd0a3dc3837bba374f8083c580ebb489f (diff) | |
1 lass: enable identity
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 b8fa899..25745d0 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"; |
