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 | 0bb58a24c54a5c3236f0ef55364d64eca8550a83 (patch) | |
tree | 305f0c26aabe684c63b63a5dce04a8ce3cb412fd | |
parent | 74497c357eef90d227f39bdb45f817afc3086817 (diff) |
1 lass: enable identity
-rw-r--r-- | 1systems/lass/mors.nix | 6 | ||||
-rw-r--r-- | 1systems/lass/uriel.nix | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/1systems/lass/mors.nix b/1systems/lass/mors.nix index f724decca..940dc4fdb 100644 --- a/1systems/lass/mors.nix +++ b/1systems/lass/mors.nix @@ -33,6 +33,12 @@ ]; }; } + { + imports = [ ../../3modules/tv/identity.nix ]; + tv.identity = { + enable = true; + }; + } ]; networking.hostName = "mors"; 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"; |