This commit is contained in:
mjallen18
2026-01-16 18:25:49 -06:00
parent 341d522fd4
commit c3865f2742
6 changed files with 11 additions and 12 deletions

View File

@@ -8,21 +8,21 @@ let
inherit (lib.${namespace}) enabled;
in
{
home.username = "deck";
home.username = "matt";
${namespace}.desktop.gnome = enabled;
sops = {
age.keyFile = "/home/deck/.config/sops/age/keys.txt";
age.keyFile = "/home/matt/.config/sops/age/keys.txt";
defaultSopsFile = "/etc/nixos/secrets/secrets.yaml";
validateSopsFiles = false;
secrets = {
"ssh-keys-public/deck" = {
path = "/home/deck/.ssh/id_ed25519.pub";
"ssh-keys-public/matt" = {
path = "/home/matt/.ssh/id_ed25519.pub";
mode = "0644";
};
"ssh-keys-private/deck" = {
path = "/home/deck/.ssh/id_ed25519";
"ssh-keys-private/matt" = {
path = "/home/matt/.ssh/id_ed25519";
mode = "0600";
};
};
@@ -35,8 +35,8 @@ in
# Optional: override default paths if needed
environmentVariables = {
romsDirectory = "/home/deck/Emulation/roms";
steamDirectory = "/home/deck/.local/share/Steam";
romsDirectory = "/home/matt/Emulation/roms";
steamDirectory = "/home/matt/.local/share/Steam";
};
emulators = {