Compare commits

..

No commits in common. "e3004d18d8ad9b49014a2ee72a2fc38402771e46" and "9f27e056d56c70786445bb155923587d668b29b0" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View file

@ -162,7 +162,7 @@
}; };
security.acme = { security.acme = {
# TODO(q3k): change to @cebula.camp address. # TODO(q3k): change to @cebula.camp address.
defaults.email = "q3k@q3k.org"; email = "q3k@q3k.org";
acceptTerms = true; acceptTerms = true;
}; };
# Limit nscd memory usage, as it sometimes just blows up and the OOMkiller # Limit nscd memory usage, as it sometimes just blows up and the OOMkiller

View file

@ -27,7 +27,7 @@
name = "encryptor"; name = "encryptor";
src = ./encryptor; src = ./encryptor;
#cargoSha256 = lib.fakeSha256; #cargoSha256 = lib.fakeSha256;
cargoHash = "sha256:1ky42jssq3sk2a3lf29qc019bwj73rczcaqdjaick3nmz7yf1679"; cargoSha256 = "sha256:1ky42jssq3sk2a3lf29qc019bwj73rczcaqdjaick3nmz7yf1679";
}; };
in { in {

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
nixos-rebuild "$@" -I nixos-config=./configuration.nix