From f27dff190a4c7d9112766543115b7a127b87f920 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 13 Jul 2024 02:47:38 -0500 Subject: [PATCH] format profiles --- nixos/profiles/hw-hetzner-cax.nix | 3 +-- nixos/profiles/hw-hp-s01.nix | 3 +-- nixos/profiles/hw-legion-15arh05h.nix | 2 +- nixos/profiles/role-gaming.nix | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/nixos/profiles/hw-hetzner-cax.nix b/nixos/profiles/hw-hetzner-cax.nix index cc11d44..a880218 100644 --- a/nixos/profiles/hw-hetzner-cax.nix +++ b/nixos/profiles/hw-hetzner-cax.nix @@ -14,8 +14,7 @@ # Restic backups disabled. # TODO: configure storagebox for hetzner backups - system.resticBackup = - { + system.resticBackup = { local.enable = false; remote.enable = false; }; diff --git a/nixos/profiles/hw-hp-s01.nix b/nixos/profiles/hw-hp-s01.nix index a019ff2..60b9905 100644 --- a/nixos/profiles/hw-hp-s01.nix +++ b/nixos/profiles/hw-hp-s01.nix @@ -1,12 +1,11 @@ { lib, pkgs, ... }: { - # Support windows partition mySystem = { security.wheelNeedsSudoPassword = false; }; boot = { - loader = { + loader = { systemd-boot.enable = true; efi = { canTouchEfiVariables = true; diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 0b5d2f7..2bfac30 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -18,7 +18,7 @@ zfsSupport = true; device = "nodev"; mirroredBoots = [ - { devices = ["nodev"]; path = "/boot";} + { devices = [ "nodev" ]; path = "/boot"; } ]; }; # efi = { diff --git a/nixos/profiles/role-gaming.nix b/nixos/profiles/role-gaming.nix index b8667cf..687cb3c 100644 --- a/nixos/profiles/role-gaming.nix +++ b/nixos/profiles/role-gaming.nix @@ -24,7 +24,7 @@ # Disable Alsa sound.enable = lib.mkDefault false; hardware.pulseaudio.enable = lib.mkForce false; - + # Realtime Kit security.rtkit.enable = true; # Enable pipewire