update system

This commit is contained in:
2025-12-17 13:12:53 +01:00
parent 02103e2585
commit 0b0b568916
6 changed files with 10 additions and 5 deletions

View File

@@ -3,6 +3,8 @@
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware-configuration.nix ];
boot = { boot = {
loader.timeout = 0;
quiet.enable = true; quiet.enable = true;
kernelPackages = pkgs.linuxPackages_xanmod_stable; kernelPackages = pkgs.linuxPackages_xanmod_stable;

View File

@@ -71,6 +71,7 @@
hardware = { hardware = {
q3279vwf.enable = true; q3279vwf.enable = true;
audio.preset.pipewire.enable = true; audio.preset.pipewire.enable = true;
cc1.enable = true;
nvidia.preset.proprietary.enable = true; nvidia.preset.proprietary.enable = true;
@@ -109,7 +110,6 @@
config.cudaSupport = true; config.cudaSupport = true;
config.rocmSupport = false; config.rocmSupport = false;
}; };
acceleration = "cuda";
}; };
services.open-webui = { services.open-webui = {
enable = false; enable = false;

View File

@@ -24,10 +24,10 @@
options = [ "fmask=0077" "dmask=0077" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };
fileSystems."/home" = /*fileSystems."/home2" =
{ device = "/dev/disk/by-uuid/fa017457-fef3-4fac-9348-d37d2cd98656"; { device = "/dev/disk/by-uuid/fa017457-fef3-4fac-9348-d37d2cd98656";
fsType = "xfs"; fsType = "xfs";
}; };*/
swapDevices = [ ]; swapDevices = [ ];

View File

@@ -17,6 +17,7 @@
gamma-launcher gamma-launcher
]; ];
}; };
services.nextcloud-client.enable = true;
systemd.user.services = { systemd.user.services = {
blueman-applet = { blueman-applet = {
Unit = { Unit = {

View File

@@ -19,8 +19,6 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
users.users.${username}.linger = true; users.users.${username}.linger = true;
boot = { boot = {
loader.timeout = 0;
plymouth.enable = true; plymouth.enable = true;
kernelParams = [ kernelParams = [

View File

@@ -32,6 +32,7 @@ in
no_update_news = true; no_update_news = true;
no_donation_nag = true; no_donation_nag = true;
}; };
input.numlock_by_default = true;
}; };
plugins = with pkgs.hyprlandPlugins; [ plugins = with pkgs.hyprlandPlugins; [
]; ];
@@ -83,6 +84,9 @@ in
}; };
}; };
security.pam.services.gdm.enableGnomeKeyring = true;
security.pam.services.hyprland.enableGnomeKeyring = true;
services = { services = {
kmscon = { kmscon = {
enable = true; enable = true;