From 69715b78b66a8560496ddadd1eb5d18f7bf4ce9a Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 29 Jul 2025 14:16:06 +0200 Subject: [PATCH] wittle changes --- home/alisceon.nix | 3 +++ hosts/tower/configuration.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/home/alisceon.nix b/home/alisceon.nix index eae5b29..de08a09 100644 --- a/home/alisceon.nix +++ b/home/alisceon.nix @@ -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#"; diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index f6e57b6..a1f5c99 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -7,6 +7,7 @@ networking.interfaces.enp10s0.wakeOnLan = { enable = true; }; + time.hardwareClockInLocalTime = true; boot.initrd.enable = true; boot.loader = { efi.canTouchEfiVariables = true;