Commit 63816fbe64bc
Changed files (3)
machine
profiles
machine/shikoku.nix
@@ -32,8 +32,7 @@
}
'';
boot.loader.grub.useOSProber = true;
- boot.plymouth.enable = true;
-
+
services = {
xserver = {
videoDrivers = [ "nvidia" ];
machine/wakasu.nix
@@ -19,9 +19,6 @@
{ domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; }
{ domain = "@audio"; item = "nofile"; type = "-"; value = "99999"; }
];
-
- boot.loader.efi.canTouchEfiVariables = true;
- boot.plymouth.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
profiles/desktop.nix
@@ -12,6 +12,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
+ boot.plymouth.enable = true;
environment.systemPackages = with pkgs; [
cryptsetup