apparently we still need this

This commit is contained in:
cy 2024-12-13 23:31:56 -05:00
parent 98faa338d6
commit 61daca6d73
3 changed files with 3 additions and 0 deletions

View file

@ -58,6 +58,7 @@
"s" = "sudo"; "s" = "sudo";
"nrs" = "sudo nixos-rebuild switch --flake ."; "nrs" = "sudo nixos-rebuild switch --flake .";
"nrt" = "sudo nixos-rebuild test --flake ."; "nrt" = "sudo nixos-rebuild test --flake .";
"hrs" = "home-manager switch --flake .";
}; };
sessionVariables = { sessionVariables = {
"FZF_DEFAULT_COMMAND" = "rg"; "FZF_DEFAULT_COMMAND" = "rg";

View file

@ -67,6 +67,7 @@ in {
[ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux" ]; [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
programs.zsh.enable = true;
users.users.root.openssh.authorizedKeys.keys = users.users.root.openssh.authorizedKeys.keys =
[ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux" ]; [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux" ];

View file

@ -84,6 +84,7 @@
extraGroups = ["wheel" "libvirtd" "docker"]; extraGroups = ["wheel" "libvirtd" "docker"];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tmux tmux