diff options
| author | Fuwn <[email protected]> | 2024-09-04 20:00:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-04 20:00:52 -0700 |
| commit | 834c05e908eb32ec4e02a79e319e8229798dd269 (patch) | |
| tree | de1d0f7013a562d2a94665ebf1391cebd798098d | |
| parent | ok (diff) | |
| download | nixos-config-834c05e908eb32ec4e02a79e319e8229798dd269.tar.xz nixos-config-834c05e908eb32ec4e02a79e319e8229798dd269.zip | |
clean
| -rw-r--r-- | modules/hardware/yubikey.nix | 2 | ||||
| -rw-r--r-- | modules/security/apparmor.nix | 2 | ||||
| -rw-r--r-- | modules/system/boot/default.nix | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/modules/hardware/yubikey.nix b/modules/hardware/yubikey.nix index 87633ac..4604480 100644 --- a/modules/hardware/yubikey.nix +++ b/modules/hardware/yubikey.nix @@ -1,7 +1,5 @@ { - config, pkgs, - lib, ... }: { diff --git a/modules/security/apparmor.nix b/modules/security/apparmor.nix index a469add..170838c 100644 --- a/modules/security/apparmor.nix +++ b/modules/security/apparmor.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ apparmor-pam diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index 9a517ef..bafbabb 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -1,6 +1,5 @@ { pkgs, - config, ... }: { |