diff --git a/hosts/MONSTER/default.nix b/hosts/MONSTER/default.nix index dd8572a..3b2e7b7 100644 --- a/hosts/MONSTER/default.nix +++ b/hosts/MONSTER/default.nix @@ -3,6 +3,8 @@ imports = [ ./hardware-configuration.nix ]; boot = { + loader.timeout = 0; + quiet.enable = true; kernelPackages = pkgs.linuxPackages_xanmod_stable; diff --git a/hosts/shark/default.nix b/hosts/shark/default.nix index e95a248..a1480ba 100644 --- a/hosts/shark/default.nix +++ b/hosts/shark/default.nix @@ -71,6 +71,7 @@ hardware = { q3279vwf.enable = true; audio.preset.pipewire.enable = true; + cc1.enable = true; nvidia.preset.proprietary.enable = true; @@ -109,7 +110,6 @@ config.cudaSupport = true; config.rocmSupport = false; }; - acceleration = "cuda"; }; services.open-webui = { enable = false; diff --git a/hosts/shark/hardware-configuration.nix b/hosts/shark/hardware-configuration.nix index b848d1c..eec046c 100644 --- a/hosts/shark/hardware-configuration.nix +++ b/hosts/shark/hardware-configuration.nix @@ -24,10 +24,10 @@ options = [ "fmask=0077" "dmask=0077" ]; }; - fileSystems."/home" = + /*fileSystems."/home2" = { device = "/dev/disk/by-uuid/fa017457-fef3-4fac-9348-d37d2cd98656"; fsType = "xfs"; - }; + };*/ swapDevices = [ ]; diff --git a/hosts/shark/home.nix b/hosts/shark/home.nix index 3b8db11..78d239d 100755 --- a/hosts/shark/home.nix +++ b/hosts/shark/home.nix @@ -17,6 +17,7 @@ gamma-launcher ]; }; + services.nextcloud-client.enable = true; systemd.user.services = { blueman-applet = { Unit = { diff --git a/modules/nixos/boot/quiet.nix b/modules/nixos/boot/quiet.nix index 088e58d..129357b 100644 --- a/modules/nixos/boot/quiet.nix +++ b/modules/nixos/boot/quiet.nix @@ -19,8 +19,6 @@ in config = mkIf cfg.enable { users.users.${username}.linger = true; boot = { - loader.timeout = 0; - plymouth.enable = true; kernelParams = [ diff --git a/modules/nixos/desktops/hyprland.nix b/modules/nixos/desktops/hyprland.nix index 5bb45a2..416b179 100644 --- a/modules/nixos/desktops/hyprland.nix +++ b/modules/nixos/desktops/hyprland.nix @@ -32,6 +32,7 @@ in no_update_news = true; no_donation_nag = true; }; + input.numlock_by_default = true; }; plugins = with pkgs.hyprlandPlugins; [ ]; @@ -83,6 +84,9 @@ in }; }; + security.pam.services.gdm.enableGnomeKeyring = true; + security.pam.services.hyprland.enableGnomeKeyring = true; + services = { kmscon = { enable = true;