aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixpad
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2024-02-07 01:42:54 +0000
committerFrankie B <git@diskfloppy.me>2024-02-07 01:42:54 +0000
commit417c45b85d060dd60741f6c65a335e91edfced40 (patch)
tree2ce7ed1f884d332a3143948c93c469cf89c9f08b /hosts/nixpad
parent1c68fd4369de1980b7f3c130edee8b0ef67f743c (diff)
Misc config formatting
Diffstat (limited to 'hosts/nixpad')
-rw-r--r--hosts/nixpad/configuration.nix41
1 files changed, 20 insertions, 21 deletions
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix
index b2781ab..092ffde 100644
--- a/hosts/nixpad/configuration.nix
+++ b/hosts/nixpad/configuration.nix
@@ -72,23 +72,24 @@
};
environment.systemPackages = with pkgs; [
- gcc
- git
- grim
- lxqt.lxqt-policykit
- pavucontrol
- pciutils
- pulseaudio
- screen
- slurp
- usbutils
- wget
- wl-clipboard
- xdg-utils
- swaynotificationcenter
- swayidle
- wofi
- swaylock
+ gcc
+ git
+ grim
+ lxqt.lxqt-policykit
+ pavucontrol
+ pciutils
+ pulseaudio
+ screen
+ slurp
+ usbutils
+ wget
+ wl-clipboard
+ xdg-utils
+ swaynotificationcenter
+ swayidle
+ wofi
+ swaylock
+ gnome.gnome-keyring
];
services.printing.enable = true;
@@ -107,7 +108,6 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
-
# Set a time zone, idiot
time.timeZone = "Europe/London";
@@ -148,9 +148,8 @@
# Feel free to remove if you don't need it.
services.openssh.enable = true;
-
+
networking.firewall.enable = false;
-
+
system.stateVersion = "24.05";
-
}