Switch username to Bun across systems
This commit is contained in:
parent
c717535e9e
commit
5fcde848fc
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
username = "vice";
|
username = "bun";
|
||||||
homeDirectory = "/home/${config.home.username}";
|
homeDirectory = "/home/${config.home.username}";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
sysusers.main = "vice";
|
sysusers.main = "bun";
|
||||||
|
|
||||||
users.users."${config.sysusers.main}" = {
|
users.users."${config.sysusers.main}" = {
|
||||||
hashedPassword = config.secrets.mainAccPass;
|
hashedPassword = config.secrets.mainAccPass;
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
"james@nixfox.ca"
|
"james@nixfox.ca"
|
||||||
"jimbo@bloxelcom.net"
|
"jimbo@bloxelcom.net"
|
||||||
|
|
||||||
"vice@nixfox.ca"
|
"bun@nixfox.ca"
|
||||||
"vice@bloxelcom.net"
|
"bun@bloxelcom.net"
|
||||||
"yara@nixfox.ca"
|
"yara@nixfox.ca"
|
||||||
|
|
||||||
"contact@nixfox.ca"
|
"contact@nixfox.ca"
|
||||||
|
|
Loading…
Add table
Reference in a new issue