summaryrefslogtreecommitdiffstats
path: root/1systems/repunit.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-06 11:01:49 +0100
committermakefu <github@syntax-fehler.de>2015-11-06 11:01:59 +0100
commitd9ac84ce586ed772a7dbb536bd14418370373389 (patch)
tree809619c41f57944a95cf75793cf65b3fd715e416 /1systems/repunit.nix
parent5ceed35056cb7b02b8a53ab247611876d4a4527f (diff)
m 1,2: refactor, remove overhead for fs/hw, add filepimp
Diffstat (limited to '1systems/repunit.nix')
-rw-r--r--1systems/repunit.nix15
1 files changed, 1 insertions, 14 deletions
diff --git a/1systems/repunit.nix b/1systems/repunit.nix
index d98ff17c1..2e132f308 100644
--- a/1systems/repunit.nix
+++ b/1systems/repunit.nix
@@ -9,26 +9,13 @@
[ # Include the results of the hardware scan.
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
../2configs/base.nix
+ ../2configs/base-sources.nix
../2configs/cgit-retiolum.nix
];
krebs.build.host = config.krebs.hosts.repunit;
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@repunit";
- krebs.build.deps = {
- nixpkgs = {
- url = https://github.com/NixOS/nixpkgs;
- #url = https://github.com/makefu/nixpkgs;
- rev = "13576925552b1d0751498fdda22e91a055a1ff6c";
- };
- secrets = {
- url = "/home/makefu/secrets/${config.krebs.build.host.name}";
- };
- stockholm = {
- url = toString ../..;
- };
- };
-
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/vda";