proxmox-vm-lvm-minimal: Use a simple guix-home for root users

* .guix/rekahsoft/guix-config/proxmox-vm-lvm-minimal.scm: Use a simple guix-home for the root
user (matching my personal user)
* user-config/zsh/.zshrc: Adjusted zsh compinstall path (effectively a no-op as .zshrc is
managed via guix-home)
This commit is contained in:
Collin J. Doering 2024-07-22 19:31:10 -04:00
parent dbc9f6e981
commit cb0882ed0f
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716
2 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,8 @@ mail.* -/var/log/maillog
(define %proxmox-vm-lvm-minimal-services
(append
(list (service guix-home-service-type
`(("collin" ,%home)))
`(("collin" ,%home)
("root" ,%home)))
(service openssh-service-type
(openssh-configuration
(password-authentication? #f)

View File

@ -18,7 +18,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-/,+]=** r:|=**' 'l:|=* r:|=*'
zstyle ':completion:*' max-errors 5
zstyle ':completion:*' preserve-prefix '//[^/]##/'
zstyle :compinstall filename '/home/collin/.zshrc'
zstyle :compinstall filename "${HOME}/.config/zsh/.zshrc"
autoload -Uz compinit
compinit