wittle changes

This commit is contained in:
alisceon 2025-07-29 14:16:06 +02:00
parent 09e7e65d91
commit 69715b78b6
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,9 @@
# Development commands
devt = "devenv test";
devtas = "devenv tasks list";
devtar = "devenv tasks run";
devs = "devenv shell";
devu = "devenv up -d";
devi = "nix flake init -t templates#";

View file

@ -7,6 +7,7 @@
networking.interfaces.enp10s0.wakeOnLan = {
enable = true;
};
time.hardwareClockInLocalTime = true;
boot.initrd.enable = true;
boot.loader = {
efi.canTouchEfiVariables = true;