summaryrefslogtreecommitdiff
path: root/Com/Simatime
diff options
context:
space:
mode:
Diffstat (limited to 'Com/Simatime')
-rw-r--r--Com/Simatime/buildOS.nix2
-rw-r--r--Com/Simatime/dev/configuration.nix11
2 files changed, 7 insertions, 6 deletions
diff --git a/Com/Simatime/buildOS.nix b/Com/Simatime/buildOS.nix
index 4193ed5..c40fc22 100644
--- a/Com/Simatime/buildOS.nix
+++ b/Com/Simatime/buildOS.nix
@@ -24,6 +24,8 @@ let
nix.maxJobs = 1; # "auto";
nix.optimise.automatic = true;
nix.optimise.dates = [ "Sunday 02:30" ];
+ security.acme.email = "ben@bsima.me";
+ security.acme.acceptTerms = true;
security.sudo.wheelNeedsPassword = false;
services.clamav.daemon.enable = true; # security
services.clamav.updater.enable = true; # security
diff --git a/Com/Simatime/dev/configuration.nix b/Com/Simatime/dev/configuration.nix
index 1415930..3b69f6f 100644
--- a/Com/Simatime/dev/configuration.nix
+++ b/Com/Simatime/dev/configuration.nix
@@ -35,13 +35,12 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
boot.enableContainers = true;
- boot.initrd.luks.devices = [
- {
- name = "root";
+ boot.initrd.luks.devices = {
+ root = {
device = "/dev/disk/by-uuid/a0160f25-e0e3-4af0-8236-3e298eac957a";
preLVM = true;
- }
- ];
+ };
+ };
powerManagement.enable = false;
@@ -170,7 +169,7 @@ in {
};
};
- emby = { # previously emby
+ jellyfin = { # previously emby
enable = true;
user = "emby";
group = "emby";