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

@@ -190,9 +190,9 @@
};
# ######################################################
# Steamdeck #
# allyx #
# ######################################################
steamdeck = {
allyx = {
modules = with inputs; [
disko.nixosModules.disko
jovian.nixosModules.jovian

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 = {

View File

@@ -13,8 +13,7 @@
${namespace} = {
hardware.disko.enable = true;
impermanence.enable = true;
boot.lanzaboote.enable = true;
bootloader.lanzaboote.enable = false;
bootloader.lanzaboote.enable = true;
desktop.cosmic.enable = true;
user = {
name = "matt";