1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

fix: fix server name

This commit is contained in:
TheGeneralist 2025-05-30 17:22:31 +02:00
parent 9e05e68cc4
commit e7aafc9f28
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 5 additions and 7 deletions

View file

@ -8,12 +8,12 @@
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware-configuration.nix ];
users.knownUsers = [ users.knownUsers = [
"thegeneralist" "central"
]; ];
users.users.thegeneralist = { users.users.central = {
name = "thegeneralist"; name = "central";
home = "/Users/thegeneralist"; home = "/Users/central";
shell = pkgs.zsh; shell = pkgs.zsh;
uid = 501; uid = 501;
# openssh.authorizedKeys.keys = let # openssh.authorizedKeys.keys = let
@ -25,7 +25,7 @@
backupFileExtension = "home.bak"; backupFileExtension = "home.bak";
users.thegeneralist.home = { users.thegeneralist.home = {
stateVersion = "25.11"; stateVersion = "25.11";
homeDirectory = "/Users/thegeneralist"; homeDirectory = "/Users/central";
}; };
}; };

View file

@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem {
|> map (getAttrFromPath packagePath); |> map (getAttrFromPath packagePath);
modules = collect [ "darwinModules" "default" ]; modules = collect [ "darwinModules" "default" ];
# todo
extensions = { extensions = {
nixpkgs.overlays = collect [ "overlays" "default" ]; nixpkgs.overlays = collect [ "overlays" "default" ];
imports = modules; imports = modules;

View file

@ -10,7 +10,6 @@ lib: inputs: self: lib.darwinSystem {
|> map (getAttrFromPath packagePath); |> map (getAttrFromPath packagePath);
modules = collect [ "darwinModules" "default" ]; modules = collect [ "darwinModules" "default" ];
# todo
extensions = { extensions = {
nixpkgs.overlays = collect [ "overlays" "default" ]; nixpkgs.overlays = collect [ "overlays" "default" ];
imports = modules; imports = modules;