welp, nope

This commit is contained in:
Noa Aarts 2024-03-15 22:16:47 +01:00
parent c8a4822966
commit 7ee229ba42

View file

@ -105,11 +105,6 @@
services.openssh.enable = true;
programs.zsh.enable = true;
programs.zsh.shellAliases = lib.mkForce ({
utest = "sudo nixos-rebuild test --flake github:itepastra/nixconf#server";
update = "sudo nixos-rebuild switch --flake github:itepastra/nixconf#server";
});
home-manager = {
extraSpecialArgs = {
inherit inputs;