diff options
author | lassulus <lass@aidsballs.de> | 2015-09-27 20:08:36 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-09-27 20:08:36 +0200 |
commit | a9f6f7ac7b8e70633164d10980d1d041f34be3ac (patch) | |
tree | 13a8bdfafd994c999c5eeae3ff5e2537a4d96f0f /tv/1systems/wu.nix | |
parent | b6383dba83a2e9ec6ada40fb780c15a56c8d715e (diff) | |
parent | bc2bd6e2f6e9295b14e641b82bff62b40641988d (diff) |
Merge branch 'makefu'
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 36733ac41..17394df25 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -8,16 +8,18 @@ with lib; krebs.build.target = "root@wu"; - krebs.build.deps = { - nixpkgs = { - url = https://github.com/4z3/nixpkgs; - rev = "03130ec91356cd250b80f144022ee2f4d665ca36"; # 1357692 + krebs.build.source = { + git.nixpkgs = { + url = https://github.com/NixOS/nixpkgs; + rev = "bd84ebaa1e0359f41350e053ed24592b169b5714"; }; - secrets = { - url = "/home/tv/secrets/${config.krebs.build.host.name}"; + dir.secrets = { + host = config.krebs.hosts.wu; + path = "/home/tv/secrets/wu"; }; - stockholm = { - url = toString ../..; + dir.stockholm = { + host = config.krebs.hosts.wu; + path = "/home/tv/stockholm"; }; }; @@ -214,7 +216,6 @@ with lib; extraGroups = [ "audio" "video" - "bumblebee" ]; }; @@ -255,7 +256,6 @@ with lib; extraGroups = [ "audio" "video" - "bumblebee" ]; }; @@ -264,7 +264,6 @@ with lib; extraGroups = [ "audio" "video" - "bumblebee" ]; }; @@ -332,6 +331,7 @@ with lib; }; "/home" = { device = "/dev/mapper/home"; + fsType = "btrfs"; options = "defaults,noatime,ssd,compress=lzo"; }; "/boot" = { |