commit 3d7166c1d64693a4e9509710f742bbf5f623c6e9 parent a9656c2e7a497739db1c41c5cac9178e5e52f207 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 3 Jul 2019 16:36:39 +0200 machines/hokkaido: hokkaido is now a server Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | machines/hokkaido.nix | | | 20 | +------------------- |
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -2,28 +2,10 @@ { imports = [ - ./base.fedora.nix + ./base.nixo.nix ]; - home.packages = with pkgs; [ - kubectx - kustomize - ]; - profiles.containers.kubernetes = { - enable = true; - containers = false; - }; - profiles.finances.enable = true; profiles.zsh = { enable = true; }; - profiles.dev = { - enable = true; - }; - profiles.emacs = { - enable = true; - texlive = false; - daemonService = true; - }; - xdg.configFile."user-dirs.dirs".source = ../modules/profiles/assets/xorg/user-dirs.dirs; xdg.configFile."ape.conf".source = ../assets/ape.conf; }