diff options
author | lassulus <lass@aidsballs.de> | 2015-07-27 13:54:29 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-07-27 13:54:29 +0200 |
commit | 834c1b855a6ac002ba495ae638770ec51f870c2b (patch) | |
tree | 09bd75a09daa3fafe16ced21adeaa30b5db4bced /1systems/lass/mors.nix | |
parent | bfc33453e972d643a5f78187812add30550c8f3f (diff) |
1 lass: get identity from krebs
Diffstat (limited to '1systems/lass/mors.nix')
-rw-r--r-- | 1systems/lass/mors.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/1systems/lass/mors.nix b/1systems/lass/mors.nix index 3007380..882cb9f 100644 --- a/1systems/lass/mors.nix +++ b/1systems/lass/mors.nix @@ -20,14 +20,11 @@ ../../2configs/lass/git-repos.nix ../../2configs/tv/synaptics.nix ../../2configs/lass/retiolum.nix - { - imports = [ ../../3modules/tv/identity.nix ]; - tv.identity = { - enable = true; - }; - } ]; + krebs.enable = true; + krebs.build.host = config.krebs.hosts.mors; + networking.hostName = "mors"; networking.wireless.enable = true; |