diff options
Diffstat (limited to 'hosts/toaster/default.nix')
| -rw-r--r-- | hosts/toaster/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
