hosts: Rename malus to "Mac von Jan"
This commit is contained in:
parent
370103b6a7
commit
a8ca9e5062
4 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
name = "jan";
|
||||
home = "/Users/jan";
|
||||
};
|
||||
networking.hostName = "malus";
|
||||
networking.hostName = "Mac-von-Jan";
|
||||
|
||||
nix = {
|
||||
enable = false;
|
||||
|
|
@ -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 []";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue