onebutton.r: make it work
This commit is contained in:
parent
b08c606eab
commit
70052cb8c9
@ -29,4 +29,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ { device = "/swapfile"; size = 1024; } ];
|
swapDevices = [ { device = "/swapfile"; size = 1024; } ];
|
||||||
|
services.openssh.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
|
with import <stockholm/lib>;
|
||||||
let
|
let
|
||||||
pkgs = import <nixpkgs> {};
|
pkgs = import <nixpkgs> {};
|
||||||
in import <stockholm/krebs/source.nix> {
|
nixpkgs = pkgs.fetchFromGitHub {
|
||||||
name = "onebutton";
|
|
||||||
nixpkgs.file = pkgs.fetchFromGitHub {
|
|
||||||
owner = "nixos";
|
owner = "nixos";
|
||||||
repo = "nixpkgs-channels";
|
repo = "nixpkgs-channels";
|
||||||
rev = "6c064e6b"; # only binary cache for unstable arm6
|
rev = "6c064e6b"; # only binary cache for unstable arm6
|
||||||
sha256 = "0ssaaaaaaaaaaaawkgjk8c75mvhgn5z7g1dkb78r8vrih9428bb8";
|
sha256 = "1rqzh475xn43phagrr30lb0fd292c1s8as53irihsnd5wcksnbyd";
|
||||||
};
|
};
|
||||||
|
in import <stockholm/krebs/source.nix> {
|
||||||
|
name = "onebutton";
|
||||||
|
override.nixpkgs = mkForce {
|
||||||
|
file = toString nixpkgs;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user