mac: Change hostname back to malus
This commit is contained in:
parent
1e365cbb34
commit
7d27900ed8
4 changed files with 6 additions and 6 deletions
|
|
@ -24,12 +24,12 @@
|
|||
...
|
||||
}@inputs:
|
||||
{
|
||||
darwinConfigurations.Mac-von-Jan = darwin.lib.darwinSystem {
|
||||
darwinConfigurations.malus = darwin.lib.darwinSystem {
|
||||
system = "aarch64-darwin";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [ ./hosts/mac/configuration.nix ];
|
||||
modules = [ ./hosts/malus/configuration.nix ];
|
||||
};
|
||||
|
||||
nixosConfigurations.galanthus = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
name = "jan";
|
||||
home = "/Users/jan";
|
||||
};
|
||||
networking.hostName = "Mac-von-Jan";
|
||||
networking.hostName = "malus";
|
||||
|
||||
nix = {
|
||||
enable = false;
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
nixpkgs.expr = "import (builtins.getFlake \"~/.config/nix\").inputs.nixpkgs { }";
|
||||
options = {
|
||||
nixos.expr = "(builtins.getFlake \"~/.config/nix\").nixosConfigurations.galanthus.options";
|
||||
darwin.expr = "(builtins.getFlake \"~/.config/nix\").darwinConfigurations.Mac-von-Jan.options";
|
||||
darwin.expr = "(builtins.getFlake \"~/.config/nix\").darwinConfigurations.malus.options";
|
||||
home-manager.expr = "(builtins.getFlake \"~/.config/nix\").homeConfigurations.jan.options";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
let
|
||||
Mac-von-Jan = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
||||
malus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
||||
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
||||
all = [
|
||||
Mac-von-Jan
|
||||
malus
|
||||
galanthus
|
||||
];
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue