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 ];
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";
};
};

View file

@ -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;

View file

@ -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;