diff options
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/vbob.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix index 1fccbc1e1..8b71b1393 100644 --- a/makefu/1systems/vbob.nix +++ b/makefu/1systems/vbob.nix @@ -1,9 +1,7 @@ -# -# -# { lib, config, pkgs, ... }: { krebs.build.host = config.krebs.hosts.vbob; + makefu.awesome.modkey = "Mod1"; imports = [ # Include the results of the hardware scan. ../. @@ -67,4 +65,3 @@ }; } - |