summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-19 11:18:15 +0200
committertv <tv@shackspace.de>2015-07-19 11:18:15 +0200
commit5c52fb9e917e2d6503e37fddcc33271e5238d02a (patch)
treec109e79f39e87c9a190c9bbc351bcd51fb2e747f /1systems
parentf60da30b80ccd6eed32cff277b3d4c84ce12b25d (diff)
parent70711515910f5627262f0da0270ab76024811c20 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '1systems')
-rw-r--r--1systems/lass/mors.nix6
-rw-r--r--1systems/lass/uriel.nix6
2 files changed, 12 insertions, 0 deletions
diff --git a/1systems/lass/mors.nix b/1systems/lass/mors.nix
index f724decc..940dc4fd 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 b8fa899b..25745d05 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";