Switch username to Bun across systems

This commit is contained in:
Vice 2025-03-07 23:14:13 -05:00
parent c717535e9e
commit 5fcde848fc
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
home = {
username = "vice";
username = "bun";
homeDirectory = "/home/${config.home.username}";
sessionVariables = {
EDITOR = "nvim";

View file

@ -5,7 +5,7 @@
};
config = {
sysusers.main = "vice";
sysusers.main = "bun";
users.users."${config.sysusers.main}" = {
hashedPassword = config.secrets.mainAccPass;

View file

@ -27,8 +27,8 @@
"james@nixfox.ca"
"jimbo@bloxelcom.net"
"vice@nixfox.ca"
"vice@bloxelcom.net"
"bun@nixfox.ca"
"bun@bloxelcom.net"
"yara@nixfox.ca"
"contact@nixfox.ca"