aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-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";
-
}