Set hostname in darwin-config, use hostname for darwin home manager config
This commit is contained in:
parent
02ff8573ea
commit
bf8d138fca
|
@ -49,6 +49,8 @@
|
|||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
networking.hostName = "Joe-Bidens-MacBook-Pro";
|
||||
|
||||
system.defaults = {
|
||||
NSGlobalDomain.AppleShowAllFiles = true;
|
||||
finder.AppleShowAllFiles = true;
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
mkNixOsGraphical = opts: import ./nixos/graphical.nix (opts // { fox-layout = rachel.keyboardLayouts.fox; });
|
||||
mkNixOsNetworking = opts: import ./nixos/networking.nix opts;
|
||||
in {
|
||||
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro.local" =
|
||||
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro" =
|
||||
let
|
||||
system = "aarch64-darwin";
|
||||
pkgs = mkPkgs system;
|
||||
|
|
Loading…
Reference in New Issue
Block a user