-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated naming, to make space for new latop
Signed-off-by: Bendik Dyrli <[email protected]>
- Loading branch information
Bendik Dyrli
committed
Oct 25, 2024
1 parent
b8b55d6
commit c328f22
Showing
7 changed files
with
23 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
neofetch | ||
terraform | ||
reveal-md | ||
talosctl | ||
# plex-media-player | ||
]; | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
{ ... }: | ||
{ | ||
networking.hostName = "TheVoyager"; | ||
networking.computerName = "TheVoyager"; | ||
system.defaults.smb.NetBIOSName = "TheVoyager"; | ||
|
||
users.users."hx"= { | ||
home = "/Users/hx"; | ||
description = "hx"; | ||
}; | ||
|
||
nix.settings.trusted-users = [ "hx" ]; | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters