diff --git a/modules/base/nix/nix.nix b/modules/base/nix/nix.nix index 61f143bbb..6b5f17ea5 100644 --- a/modules/base/nix/nix.nix +++ b/modules/base/nix/nix.nix @@ -81,7 +81,7 @@ in ]; # continue building derivations even if one fails - # this is important for keeping a nice cache of derivations, usually because I walk away + # this is important for keeping a nice cache of derivations, usually because I walk away # from my PC when building and it would be annoying to deal with nothing saved keep-going = true; diff --git a/modules/base/nix/nixpkgs.nix b/modules/base/nix/nixpkgs.nix index 06920c96e..09428eedd 100644 --- a/modules/base/nix/nixpkgs.nix +++ b/modules/base/nix/nixpkgs.nix @@ -8,7 +8,7 @@ # If a package is broken, I don't want it allowBroken = false; # But occasionally we need to install some anyway so we can predicated those - # these are usually packages like electron because discord and others love + # these are usually packages like electron because discord and others love # to take their sweet time updating it permittedInsecurePackages = [ ]; diff --git a/modules/nixos/security/kernel.nix b/modules/nixos/security/kernel.nix index 61fbb2dc0..269c50486 100644 --- a/modules/nixos/security/kernel.nix +++ b/modules/nixos/security/kernel.nix @@ -151,7 +151,7 @@ in # improve performance for certain workloads that use transactional memory "tsx=on" - # disables the TSX Asynchronous Abort (TAA) mitigation, which is a hardware + # disables the TSX Asynchronous Abort (TAA) mitigation, which is a hardware # mitigation for TAA (CVE-2019-11135) "tsx_async_abort=off" diff --git a/systems/wisp/default.nix b/systems/wisp/default.nix index e05c4cff4..0dbafcc6c 100644 --- a/systems/wisp/default.nix +++ b/systems/wisp/default.nix @@ -13,7 +13,7 @@ system = { mainUser = "comfy"; - users = ["comfy"]; + users = [ "comfy" ]; boot = { loader = "none";