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:
|
}@inputs:
|
||||||
{
|
{
|
||||||
darwinConfigurations.malus = darwin.lib.darwinSystem {
|
darwinConfigurations."Mac-von-Jan" = darwin.lib.darwinSystem {
|
||||||
system = "aarch64-darwin";
|
system = "aarch64-darwin";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
modules = [ ./hosts/malus/configuration.nix ];
|
modules = [ ./hosts/mac/configuration.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations.galanthus = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.galanthus = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
name = "jan";
|
name = "jan";
|
||||||
home = "/Users/jan";
|
home = "/Users/jan";
|
||||||
};
|
};
|
||||||
networking.hostName = "malus";
|
networking.hostName = "Mac-von-Jan";
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
|
@ -78,8 +78,8 @@
|
||||||
# nixpkgs.expr = "import ${flake}.inputs.nixpkgs { }";
|
# nixpkgs.expr = "import ${flake}.inputs.nixpkgs { }";
|
||||||
# options = {
|
# options = {
|
||||||
# nixos.expr = "${flake}.nixosConfigurations.galanthus.options";
|
# nixos.expr = "${flake}.nixosConfigurations.galanthus.options";
|
||||||
# darwin.expr = "${flake}.darwinConfigurations.malus.options";
|
# darwin.expr = "${flake}.darwinConfigurations."Mac von Jan".options";
|
||||||
# home-manager.expr = "${flake}.darwinConfigurations.malus.options.home-manager.users.type.getSubOptions []";
|
# home-manager.expr = "${flake}.darwinConfigurations."Mac von Jan".options.home-manager.users.type.getSubOptions []";
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
let
|
let
|
||||||
malus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
Mac-von-Jan = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
||||||
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
||||||
all = [
|
all = [
|
||||||
malus
|
Mac-von-Jan
|
||||||
galanthus
|
galanthus
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue