refactor: add mennos-vm configuration to inventory and symlink mappings
All checks were successful
Nix Format Check / check-format (push) Successful in 38s

This commit is contained in:
2025-01-22 16:11:36 +01:00
parent 9a2e0b3c7b
commit ac575c5125
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
vars:
gitconfig_mapping:
mennos-server: "~/dotfiles/config/git/gitconfig.mennos-server"
mennos-vm: "~/dotfiles/config/git/gitconfig.mennos-server"
mennos-desktop: "~/dotfiles/config/git/gitconfig.linux"
mennos-gamingpc: "~/dotfiles/config/git/gitconfig.linux"
mennos-laptop: "~/dotfiles/config/git/gitconfig.linux"
@ -42,6 +43,7 @@
vars:
authorized_keys_mapping:
mennos-server: "~/dotfiles/config/ssh/authorized_keys/mennos-server"
mennos-vm: "~/dotfiles/config/ssh/authorized_keys/mennos-server"
mennos-desktop: "~/dotfiles/config/ssh/authorized_keys/mennos-desktop"
mennos-gamingpc: "~/dotfiles/config/ssh/authorized_keys/mennos-gamingpc"
mennos-laptop: "~/dotfiles/config/ssh/authorized_keys/mennos-laptop"