sterni,sputnik: 19.09 -> 20.03
This commit is contained in:
parent
6278b53e94
commit
85b846893e
5 changed files with 13 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
services.keybase.enable = false;
|
||||
services.kbfs.enable = false;
|
||||
|
||||
programs.custom.steam.enable = true;
|
||||
programs.custom.steam.enable = false;
|
||||
programs.custom.video.enable = false;
|
||||
|
||||
services.printing.enable = true;
|
||||
|
|
|
@ -42,11 +42,12 @@
|
|||
|
||||
# lvm volume group
|
||||
# ----------------
|
||||
boot.initrd.luks.devices = [{
|
||||
name = "vg";
|
||||
device = "/dev/sda2";
|
||||
preLVM = true;
|
||||
}];
|
||||
boot.initrd.luks.devices = {
|
||||
vg = {
|
||||
device = "/dev/sda2";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
# NTFS support
|
||||
# ------------
|
||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
description =
|
||||
"Trying to reverse-engineer the wifi remote control protocol used by Fuji X series cameras";
|
||||
homepage = "https://github.com/hkr/fuji-cam-wifi-tool";
|
||||
license = licenses.unknown;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mrVanDalo ];
|
||||
};
|
||||
|
|
|
@ -10,7 +10,8 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "1vflkrld7qiikykna2ygw6cv8vn07x458pkrsrxm8imhm579076r";
|
||||
};
|
||||
|
||||
cargoSha256 = "10s1h1xya2gl5wj9cj104z50d9awv8z2mbply22lpzwzqyxrrxd9";
|
||||
cargoSha256 = "07pwds279qc54g5fza805ah2m8jhrdzng7vb1bi24a9ra9ci8s29";
|
||||
#cargoSha256 = "10s1h1xya2gl5wj9cj104z50d9awv8z2mbply22lpzwzqyxrrxd9";
|
||||
#verifyCargoDeps = true;
|
||||
|
||||
buildInputs = [ cairo ];
|
||||
|
|
|
@ -4,6 +4,9 @@ let
|
|||
error_log_sink = "workhorse.private:12305";
|
||||
in {
|
||||
|
||||
security.acme.email = "contact@ingolf-wagner.de";
|
||||
security.acme.acceptTerms = true;
|
||||
|
||||
services.nginx = {
|
||||
|
||||
# Use recommended settings
|
||||
|
|
Loading…
Reference in a new issue