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

This commit is contained in:
2026-04-09 18:02:03 +02:00
parent 075557a871
commit d425db9f19
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";

View File

@@ -32,6 +32,7 @@
self.nixosModules.firefox
self.nixosModules.kdeconnect
self.nixosModules.spotify-shortcuts
self.nixosModules.ntsync
];
};
}