Revert "hosts: Rename malus to "Mac von Jan""
This reverts commit a8ca9e5062.
This commit is contained in:
parent
b41df88597
commit
0556712d59
3 changed files with 5 additions and 5 deletions
|
|
@ -29,12 +29,12 @@
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
{
|
{
|
||||||
darwinConfigurations."Mac-von-Jan" = darwin.lib.darwinSystem {
|
darwinConfigurations.malus = darwin.lib.darwinSystem {
|
||||||
system = "aarch64-darwin";
|
system = "aarch64-darwin";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
modules = [ ./hosts/mac/configuration.nix ];
|
modules = [ ./hosts/malus/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 = "Mac-von-Jan";
|
networking.hostName = "malus";
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
let
|
let
|
||||||
Mac-von-Jan = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
malus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
||||||
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
||||||
all = [
|
all = [
|
||||||
Mac-von-Jan
|
malus
|
||||||
galanthus
|
galanthus
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue