summary refs log tree commit diff
path: root/host/Rory-laptop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-laptop/configuration.nix')
-rw-r--r--host/Rory-laptop/configuration.nix36
1 files changed, 18 insertions, 18 deletions
diff --git a/host/Rory-laptop/configuration.nix b/host/Rory-laptop/configuration.nix

index 894878a..5a12b5e 100644 --- a/host/Rory-laptop/configuration.nix +++ b/host/Rory-laptop/configuration.nix
@@ -125,11 +125,11 @@ args@{ # - IDEs (jetbrains.plugins.addPlugins jetbrains.webstorm [ - jetbrains.plugins.github-copilot-fixed + jetbrains.plugins.github-copilot-fixed #"github-copilot" ]) (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ - jetbrains.plugins.github-copilot-fixed + jetbrains.plugins.github-copilot-fixed #"github-copilot" ]) (jetbrains.plugins.addPlugins jetbrains.clion [ @@ -209,23 +209,23 @@ args@{ systemd.services."NetworkManager-wait-online".enable = false; virtualisation.libvirtd.onBoot = "ignore"; -# systemd.services."systemd-rfkill".serviceConfig.Type = "simple"; # maybe exec? + # systemd.services."systemd-rfkill".serviceConfig.Type = "simple"; # maybe exec? systemd.services."NetworkManager".serviceConfig.Type = "exec"; # maybe exec? -# systemd.services."home-manager-Rory".serviceConfig.Type = lib.mkForce "exec"; -# systemd.services."systemd-backlight@backlight:intel_backlight".serviceConfig.Type = "exec"; -# systemd.services."wpa_supplicant".serviceConfig.Type = "exec"; -# systemd.services."libvirtd".serviceConfig.Type = lib.mkForce "exec"; -# systemd.services."nginx".serviceConfig.Type = "exec"; -# systemd.services."grafana".serviceConfig.Type = "exec"; -# systemd.services."prometheus".serviceConfig.Type = "exec"; -# systemd.services."bluetooth".serviceConfig.Type = "exec"; -# systemd.services."vmware-usbarbitrator".enable = false; -# systemd.services."vmware-authdlauncher".enable = false; -# systemd.services."waydroid-container".enable = false; -# systemd.services."NetworkManager".serviceConfig.TimeoutStartSec = 10; + # systemd.services."home-manager-Rory".serviceConfig.Type = lib.mkForce "exec"; + # systemd.services."systemd-backlight@backlight:intel_backlight".serviceConfig.Type = "exec"; + # systemd.services."wpa_supplicant".serviceConfig.Type = "exec"; + # systemd.services."libvirtd".serviceConfig.Type = lib.mkForce "exec"; + # systemd.services."nginx".serviceConfig.Type = "exec"; + # systemd.services."grafana".serviceConfig.Type = "exec"; + # systemd.services."prometheus".serviceConfig.Type = "exec"; + # systemd.services."bluetooth".serviceConfig.Type = "exec"; + # systemd.services."vmware-usbarbitrator".enable = false; + # systemd.services."vmware-authdlauncher".enable = false; + # systemd.services."waydroid-container".enable = false; + # systemd.services."NetworkManager".serviceConfig.TimeoutStartSec = 10; boot.kernelParams = [ #"quiet" - "loglevel=8" #3 + "loglevel=8" # 3 #"systemd.show_status=auto" #"rd.udev.log_level=3" #"libahci.ignore_sss=1" @@ -240,7 +240,7 @@ args@{ #boot.initrd.network.enable = false; #boot.initrd.services.lvm.enable = false; #boot.initrd.compressor = "cat"; -# + # #boot.initrd.systemd.units."systemd-backlight@.service".enable = false; #boot.initrd.systemd.units."dev-ttyS0.device".enable = false; #boot.initrd.systemd.units."dev-ttyS1.device".enable = false; @@ -255,7 +255,7 @@ args@{ #boot.initrd.availableKernelModules = [ # "nvme" #]; -# + # #services.orca.enable = true; virtualisation.waydroid.enable = true;