1
0
Fork 0

Fixing testing bugs

This commit is contained in:
Malte Brandy 2019-07-26 19:10:53 +02:00
parent 5bf777f12f
commit 4c4a453f3f
3 changed files with 6 additions and 2 deletions

View file

@ -22,6 +22,11 @@ imports = [
./matrix.nix
./secret
];
nix.sshServe = {
enable = true;
keys = me.keys;
};
services = {
borgbackup.jobs.data = {

View file

@ -46,7 +46,7 @@ let
'');
repoSrc = "git@hera.m-0.eu:nixos-config";
configPath = "/etc/config";
configPath = "/etc/nixos";
test-and-bump-config = writeHaskellScript {
name = "test-and-bump-config";
bins = [ test-system-config test-home-config pkgs.git pkgs.coreutils niv pkgs.git-crypt ];

View file

@ -4,7 +4,6 @@
startAt = "20:30";
serviceConfig = {
Type = "oneshot";
User = "maralorn";
WorkingDirectory = "/var/cache/gc-links";
ExecStart = "${(import ./test-lib.nix).test-and-bump-config}/bin/test-and-bump-config";
};