summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-05 15:11:52 +0200
committermakefu <github@syntax-fehler.de>2015-08-05 15:11:52 +0200
commitdd8c918c876f923b7ca5d9446b03c0b01f82b531 (patch)
treee398111734914c0cd004da09704415873049739c /makefu/1systems
parentb3c25831d1ac80578222cc7d0e8f3559f92f34c1 (diff)
test vicious for awesome on tsp
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/tsp.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix
index 3de2d300..d67a5c07 100644
--- a/makefu/1systems/tsp.nix
+++ b/makefu/1systems/tsp.nix
@@ -10,17 +10,20 @@
../2configs/base.nix
../2configs/base-gui.nix
];
- services.xserver = {
- videoDriver = "intel";
- };
+ # not working in vm
+ #services.xserver = {
+ # videoDriver = "intel";
+ #};
krebs.build.host = config.krebs.hosts.tsp;
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@tsp";
krebs.build.deps = {
nixpkgs = {
- url = https://github.com/NixOS/nixpkgs;
- rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870";
+ #url = https://github.com/NixOS/nixpkgs;
+ url = https://github.com/makefu/nixpkgs;
+ #rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870";
+ rev = "08275910ba86ed9bd7a2608e6a1e5285faf24cb2";
};
# TODO generalize in base.nix
secrets = {