Update flake inputs; dustbowl: go back to 5.15 kernel

This commit is contained in:
joachimschmidt557 2023-09-03 18:40:13 +02:00
parent 2bd938b500
commit 5da0cbe27c
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 19 additions and 107 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ emacs-overlay, nixpkgs }:
{ nixpkgs }:
{ config, lib, pkgs, ... }:
{
@ -26,7 +26,7 @@
};
# Kernel version
boot.kernelPackages = pkgs.linuxPackages_6_1;
boot.kernelPackages = pkgs.linuxPackages_5_15;
# Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true;
@ -52,10 +52,10 @@
];
# Enable systemd watchdog
systemd.watchdog = {
runtimeTime = "30s";
rebootTime = "10m";
};
# systemd.watchdog = {
# runtimeTime = "30s";
# rebootTime = "10m";
# };
boot.extraModulePackages = [
config.boot.kernelPackages.v4l2loopback.out
@ -199,7 +199,7 @@
wl-mirror
# GUI software
emacs-pgtk
emacs29-pgtk
firefox
thunderbird
mpv
@ -224,6 +224,8 @@
(callPackage ./posy-cursor-black.nix { })
];
services.gnome.gnome-keyring.enable = true;
# Use doas instead of sudo
security.sudo.enable = false;
security.doas = {
@ -270,8 +272,6 @@
# Steam
programs.steam.enable = true;
nixpkgs.overlays = [ emacs-overlay.overlay ];
# Open ports in the firewall.
networking.firewall.enable = false;
# networking.firewall.allowedTCPPorts = [ 8080 6600 ];
@ -396,7 +396,7 @@
xdg.portal.enable = true;
# Fonts
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
fira-code
noto-fonts
noto-fonts-emoji