hosts: Rename malus to "Mac von Jan"

This commit is contained in:
Jan Kremer 2025-11-04 08:14:49 +01:00
parent 370103b6a7
commit a8ca9e5062
Signed by: jan
GPG key ID: A7DA689CB3B078EC
4 changed files with 7 additions and 7 deletions

View file

@ -24,12 +24,12 @@
...
}@inputs:
{
darwinConfigurations.malus = darwin.lib.darwinSystem {
darwinConfigurations."Mac-von-Jan" = darwin.lib.darwinSystem {
system = "aarch64-darwin";
specialArgs = {
inherit inputs;
};
modules = [ ./hosts/malus/configuration.nix ];
modules = [ ./hosts/mac/configuration.nix ];
};
nixosConfigurations.galanthus = nixpkgs.lib.nixosSystem {

View file

@ -11,7 +11,7 @@
name = "jan";
home = "/Users/jan";
};
networking.hostName = "malus";
networking.hostName = "Mac-von-Jan";
nix = {
enable = false;

View file

@ -78,8 +78,8 @@
# nixpkgs.expr = "import ${flake}.inputs.nixpkgs { }";
# options = {
# nixos.expr = "${flake}.nixosConfigurations.galanthus.options";
# darwin.expr = "${flake}.darwinConfigurations.malus.options";
# home-manager.expr = "${flake}.darwinConfigurations.malus.options.home-manager.users.type.getSubOptions []";
# darwin.expr = "${flake}.darwinConfigurations."Mac von Jan".options";
# home-manager.expr = "${flake}.darwinConfigurations."Mac von Jan".options.home-manager.users.type.getSubOptions []";
# };
# };
# };

View file

@ -1,8 +1,8 @@
let
malus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
Mac-von-Jan = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
all = [
malus
Mac-von-Jan
galanthus
];
in