summaryrefslogtreecommitdiff
path: root/hosts/toaster/default.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-02 16:29:05 +0100
committerGrisha Shipunov2025-01-02 16:29:05 +0100
commitcd63ec45b8776bebc4014efb9990b364e0afb443 (patch)
tree1caf8f248c59179d914ac7f1d90e2cf1bb802263 /hosts/toaster/default.nix
parent772af12ffef7885ea9f0e3ef182599b61d0e72db (diff)
toaster works
Diffstat (limited to 'hosts/toaster/default.nix')
-rw-r--r--hosts/toaster/default.nix6
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;