remove vnc, move zsh aliases

This commit is contained in:
Noa Aarts 2024-03-15 22:13:12 +01:00
parent fe7b546cda
commit 7c4151ac3e
7 changed files with 5 additions and 486 deletions

View file

@ -105,6 +105,11 @@
services.openssh.enable = true;
programs.zsh.enable = true;
programs.zsh.shellAliases = {
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;