summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-01-05 17:10:59 +0100
committerLinnnus <[email protected]>2025-01-18 12:28:36 +0100
commiteef0fe5a6a34bba4b1bdd0b20192585fb03fa967 (patch)
treee9cdf1ae86afa942b260a5272b0a4cbdda0815dd
parent17820671918d04914b19de288631ebeb748d57cb (diff)
Formatting ahh commit
-rw-r--r--hosts/omar/wireless-networking/default.nix5
-rw-r--r--shared/nixos/persist-ssh-host-keys/default.nix5
2 files changed, 2 insertions, 8 deletions
diff --git a/hosts/omar/wireless-networking/default.nix b/hosts/omar/wireless-networking/default.nix
index 78a9d3e..fa6a036 100644
--- a/hosts/omar/wireless-networking/default.nix
+++ b/hosts/omar/wireless-networking/default.nix
@@ -1,8 +1,5 @@
# This module configures wireless networking using WPA.
-
-{...}:
-
-{
+{...}: {
# Enables wireless support via wpa_supplicant.
networking.wireless.enable = true;
diff --git a/shared/nixos/persist-ssh-host-keys/default.nix b/shared/nixos/persist-ssh-host-keys/default.nix
index 5180376..f931848 100644
--- a/shared/nixos/persist-ssh-host-keys/default.nix
+++ b/shared/nixos/persist-ssh-host-keys/default.nix
@@ -1,9 +1,6 @@
# This module ensures that SSH keys are not cleared on reboots.
# It assumes that `/` is ephemeral and `/persist` isn't.
-
-{...}:
-
-{
+{...}: {
services.openssh = {
hostKeys = [
{