System Gen150 @ 2026-04-09-18:14:21 by jonas@monolith

This commit is contained in:
2026-04-09 18:14:22 +02:00
committed by Jonas Röger
parent 54d37f54c9
commit fddf1e5043
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
clientIdSopsKey = config.sops.secrets.spotifyShortcutsClientId.name;
clientSecretSopsKey = config.sops.secrets.spotifyShortcutsClientSecret.name;
};
hive.ntsync.enable = false;
hive.ntsync.enable = true;
# system packages
environment.systemPackages = with pkgs; [

View File

@@ -11,7 +11,7 @@
config = lib.mkIf cfg.enable {
assertions = [
{
assertion = lib.versionAtLeast config.boot.kernelModules.kernel.version "6.14";
assertion = lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.14";
message = "ntsync requires at least linux 6.14";
}
];