summaryrefslogtreecommitdiffstats
path: root/1systems/lass/uriel.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/lass/uriel.nix')
-rw-r--r--1systems/lass/uriel.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/1systems/lass/uriel.nix b/1systems/lass/uriel.nix
index a6f5a82d..d8858b4f 100644
--- a/1systems/lass/uriel.nix
+++ b/1systems/lass/uriel.nix
@@ -13,12 +13,6 @@ with builtins;
../../2configs/lass/chromium-patched.nix
../../2configs/lass/retiolum.nix
{
- imports = [ ../../3modules/tv/identity.nix ];
- tv.identity = {
- enable = true;
- };
- }
- {
users.extraUsers = {
root = {
openssh.authorizedKeys.keys = map readFile [
@@ -29,7 +23,10 @@ with builtins;
}
];
+ krebs.enable = true;
+ krebs.build.host = config.krebs.hosts.uriel;
networking.hostName = "uriel";
+
networking.wireless.enable = true;
nix.maxJobs = 2;