From a14063f51d9f9013349e488d29f780946731f351 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 21 Oct 2024 16:37:27 +0200 Subject: [PATCH] materusPC: move user config --- configurations/host/materusPC/tmp.nix | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index be7dbe2..576dc6a 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -53,33 +53,6 @@ - - - - - users.users.materus = { - isNormalUser = true; - extraGroups = [ - "audio" - "video" - "render" - "pipewire" - "wheel" - "networkmanager" - "input" - "kvm" - "libvirt-qemu" - "libvirt" - "libvirtd" - "podman" - "scanner" - "lp" - ]; - shell = pkgs.zsh; - description = "Mateusz Słodkowicz"; - openssh.authorizedKeys.keyFiles = [ ("${materusArg.cfg.path}" + "/extraFiles/keys/ssh/materus.pub") ]; - }; - environment.sessionVariables = { XDG_CACHE_HOME = "\${HOME}/.cache"; XDG_CONFIG_HOME = "\${HOME}/.config";