Compare commits

...

2 commits

Author SHA1 Message Date
mewp e3004d18d8 Fix two rebuild warnings 2025-01-22 20:46:34 +00:00
mewp d7b3fdda14 Add ./rebuild for easier local testing 2025-01-22 20:39:39 +00:00
3 changed files with 5 additions and 2 deletions

View file

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

View file

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

3
rebuild Executable file
View file

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