System Gen149 @ 2026-04-09-18:02:02 by jonas@monolith

This commit is contained in:
2026-04-09 18:02:03 +02:00
committed by Jonas Röger
parent e52dc3a70c
commit 54d37f54c9
3 changed files with 10 additions and 9 deletions

View File

@@ -74,6 +74,7 @@
clientIdSopsKey = config.sops.secrets.spotifyShortcutsClientId.name;
clientSecretSopsKey = config.sops.secrets.spotifyShortcutsClientSecret.name;
};
hive.ntsync.enable = false;
# system packages
environment.systemPackages = with pkgs; [
@@ -171,6 +172,7 @@
boot.plymouth.enable = true;
boot.initrd.systemd.enable = true;
boot.supportedFilesystems = ["ntfs"];
boot.kernelPackages = pkgs.linuxPackages_latest;
# Configure console keymap
console.keyMap = "de";