Minor changes

This commit is contained in:
Vivian 2021-11-03 00:52:39 +01:00
parent 73af29186b
commit d995c5e4ff
3 changed files with 10 additions and 5 deletions

View file

@ -21,9 +21,13 @@
# otherwise it'll override the grml prompt
promptInit = "";
};
environment.pathsToLink = [ "/share/zsh" ];
# Install Neovim and set it as alias for vi(m)
programs.neovim.enable = true;
programs.neovim.viAlias = true;
# Disable sudo prompt for `wheel` users.
security.sudo.wheelNeedsPassword = false;
@ -55,5 +59,5 @@
};
# Setup packages available everywhere
environment.systemPackages = with pkgs; [ fzf git htop rsync ripgrep vim zoxide ];
environment.systemPackages = with pkgs; [ fzf git htop rsync ripgrep zoxide ];
}

View file

@ -54,11 +54,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1635587056,
"narHash": "sha256-2RzriuQ8OEvY+wRUTpCgIiNNuFukKa7CiEAA0b2gsew=",
"lastModified": 1635835164,
"narHash": "sha256-E8MI6D+uX5O7MJwfEa+MZb7L9tonbbn4VZDkqkLZeQc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e49cd51ebcbb916e2481555aad8d9548807e9d12",
"rev": "94d91a448b87a70204485bd768977c07575911e8",
"type": "github"
},
"original": {

View file

@ -49,6 +49,7 @@ in {
};
# Kubernetes endpoints
virtualHosts."0x76.dev" = k8s_proxy;
virtualHosts."zookeeper.0x76.dev" = k8s_proxy;
virtualHosts."wooloofan.club" = k8s_proxy;
virtualHosts."whoami.wooloofan.club" = k8s_proxy;