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;