fix: fix server name
This commit is contained in:
parent
9e05e68cc4
commit
e7aafc9f28
3 changed files with 5 additions and 7 deletions
|
|
@ -8,12 +8,12 @@
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
users.knownUsers = [
|
||||
"thegeneralist"
|
||||
"central"
|
||||
];
|
||||
|
||||
users.users.thegeneralist = {
|
||||
name = "thegeneralist";
|
||||
home = "/Users/thegeneralist";
|
||||
users.users.central = {
|
||||
name = "central";
|
||||
home = "/Users/central";
|
||||
shell = pkgs.zsh;
|
||||
uid = 501;
|
||||
# openssh.authorizedKeys.keys = let
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
backupFileExtension = "home.bak";
|
||||
users.thegeneralist.home = {
|
||||
stateVersion = "25.11";
|
||||
homeDirectory = "/Users/thegeneralist";
|
||||
homeDirectory = "/Users/central";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem {
|
|||
|> map (getAttrFromPath packagePath);
|
||||
|
||||
modules = collect [ "darwinModules" "default" ];
|
||||
# todo
|
||||
extensions = {
|
||||
nixpkgs.overlays = collect [ "overlays" "default" ];
|
||||
imports = modules;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem {
|
|||
|> map (getAttrFromPath packagePath);
|
||||
|
||||
modules = collect [ "darwinModules" "default" ];
|
||||
# todo
|
||||
extensions = {
|
||||
nixpkgs.overlays = collect [ "overlays" "default" ];
|
||||
imports = modules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue