sterni,sputnik: 19.09 -> 20.03

This commit is contained in:
Ingolf Wagner 2020-05-19 20:44:20 +02:00
parent 6278b53e94
commit 85b846893e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 13 additions and 8 deletions

View file

@ -27,7 +27,7 @@
services.keybase.enable = false; services.keybase.enable = false;
services.kbfs.enable = false; services.kbfs.enable = false;
programs.custom.steam.enable = true; programs.custom.steam.enable = false;
programs.custom.video.enable = false; programs.custom.video.enable = false;
services.printing.enable = true; services.printing.enable = true;

View file

@ -42,11 +42,12 @@
# lvm volume group # lvm volume group
# ---------------- # ----------------
boot.initrd.luks.devices = [{ boot.initrd.luks.devices = {
name = "vg"; vg = {
device = "/dev/sda2"; device = "/dev/sda2";
preLVM = true; preLVM = true;
}]; };
};
# NTFS support # NTFS support
# ------------ # ------------

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = description =
"Trying to reverse-engineer the wifi remote control protocol used by Fuji X series cameras"; "Trying to reverse-engineer the wifi remote control protocol used by Fuji X series cameras";
homepage = "https://github.com/hkr/fuji-cam-wifi-tool"; homepage = "https://github.com/hkr/fuji-cam-wifi-tool";
license = licenses.unknown; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ mrVanDalo ]; maintainers = with maintainers; [ mrVanDalo ];
}; };

View file

@ -10,7 +10,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "1vflkrld7qiikykna2ygw6cv8vn07x458pkrsrxm8imhm579076r"; sha256 = "1vflkrld7qiikykna2ygw6cv8vn07x458pkrsrxm8imhm579076r";
}; };
cargoSha256 = "10s1h1xya2gl5wj9cj104z50d9awv8z2mbply22lpzwzqyxrrxd9"; cargoSha256 = "07pwds279qc54g5fza805ah2m8jhrdzng7vb1bi24a9ra9ci8s29";
#cargoSha256 = "10s1h1xya2gl5wj9cj104z50d9awv8z2mbply22lpzwzqyxrrxd9";
#verifyCargoDeps = true; #verifyCargoDeps = true;
buildInputs = [ cairo ]; buildInputs = [ cairo ];

View file

@ -4,6 +4,9 @@ let
error_log_sink = "workhorse.private:12305"; error_log_sink = "workhorse.private:12305";
in { in {
security.acme.email = "contact@ingolf-wagner.de";
security.acme.acceptTerms = true;
services.nginx = { services.nginx = {
# Use recommended settings # Use recommended settings