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:
parent
9e05e68cc4
commit
e7aafc9f28
3 changed files with 5 additions and 7 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue