From cd63ec45b8776bebc4014efb9990b364e0afb443 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 2 Jan 2025 16:29:05 +0100 Subject: toaster works --- hosts/toaster/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/toaster/default.nix') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index aa6531c..3cd352d 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -5,10 +5,8 @@ ./hardware-configuration.nix # ./irc.nix ./stateful-network.nix - # ./network.nix - # ./network-vpns.nix # ./secrets.nix - # ./secure-boot.nix + ./secure-boot.nix ./zfs.nix ]; @@ -50,6 +48,8 @@ environment.systemPackages = with pkgs; [ # factorio + element-desktop + discord ]; services.emacs.defaultEditor = false; -- cgit v1.3.1