update deck

This commit is contained in:
mjallen18
2025-05-29 09:20:27 -05:00
parent af06d7fc2e
commit 1b4cf9d740
3 changed files with 30 additions and 30 deletions

View File

@@ -29,7 +29,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users = {
deck = {
hashedPasswordFile = config.sops.secrets."desktop/matt_password".path;
hashedPasswordFile = config.sops.secrets."steamdeck/deck-password".path;
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
openssh.authorizedKeys.keys = [

View File

@@ -1,4 +1,4 @@
{ ... }:
{ config, lib, ... }:
let
hostname = "steamdeck";
wifiSsid = "Joey's Jungle 5G";
@@ -41,4 +41,4 @@ in
};
};
};
}
}