summaryrefslogtreecommitdiffstats
path: root/lass/1systems/uriel.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-10-19 14:00:15 +0200
committerlassulus <lass@aidsballs.de>2015-10-19 14:00:15 +0200
commit1d4f2bf01131d90e370bb8da2d5023aeaacf0b1d (patch)
treef64ff37890a851865c52db9a6a08aa2b1943f7c4 /lass/1systems/uriel.nix
parent35b476288acce3810bb3ccba0a43dca3ebc094b5 (diff)
l: move more config to base.nix
Diffstat (limited to 'lass/1systems/uriel.nix')
-rw-r--r--lass/1systems/uriel.nix19
1 files changed, 1 insertions, 18 deletions
diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix
index d1855977..3514459f 100644
--- a/lass/1systems/uriel.nix
+++ b/lass/1systems/uriel.nix
@@ -24,26 +24,9 @@ with builtins;
}
];
- krebs.build = {
- user = config.krebs.users.lass;
- target = "root@uriel";
- host = config.krebs.hosts.uriel;
- source = {
- dir.secrets = {
- host = config.krebs.hosts.mors;
- path = "/home/lass/secrets/${config.krebs.build.host.name}";
- };
- dir.stockholm = {
- host = config.krebs.hosts.mors;
- path = "/home/lass/dev/stockholm";
- };
- };
- };
-
- networking.hostName = "uriel";
+ krebs.build.host = config.krebs.hosts.uriel;
networking.wireless.enable = true;
- nix.maxJobs = 2;
hardware.enableAllFirmware = true;
nixpkgs.config.allowUnfree = true;