toaster works

This commit is contained in:
Grisha Shipunov 2025-01-02 16:29:05 +01:00
parent 772af12ffe
commit cd63ec45b8
9 changed files with 290 additions and 148 deletions

View file

@ -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;