diff options
| author | tv <tv@krebsco.de> | 2015-07-19 11:18:15 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-19 11:18:15 +0200 |
| commit | 1f747580290cb71b64d7f714601e9084f52eaf50 (patch) | |
| tree | c109e79f39e87c9a190c9bbc351bcd51fb2e747f /1systems | |
| parent | 09b16855722c368b429867279d62895de7e441ec (diff) | |
| parent | 1691f1b780924d1416bc340b1ab268e7efa70e39 (diff) | |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '1systems')
| -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 f724dec..940dc4f 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 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"; |
