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 | f392909ea3ce9585e5ecc533af772602559d2c3e (patch) | |
tree | c613dca1323b8754da7835af5b70e5386a453df0 /1systems/lass/mors.nix | |
parent | 54a01c0c74bdd4233962d62c4e6631f7f8b50f77 (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 300738089..882cb9ff1 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; |