feat!: change hostname to toki-aether
This commit is contained in:
parent
dcb9474be3
commit
39b0be4607
|
@ -11,7 +11,7 @@
|
|||
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
networking.hostName = "toki-rpi5";
|
||||
networking.hostName = "toki-aether";
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking.wireless.iwd.settings = {
|
||||
Settings.AutoConnect = true;
|
||||
|
|
|
@ -14,7 +14,7 @@ inputs = {
|
|||
|
||||
outputs = inputs@{ self, nixpkgs, agenix, ... }:
|
||||
{
|
||||
nixosConfigurations."toki-rpi5" =
|
||||
nixosConfigurations."toki-aether" =
|
||||
nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
|
@ -23,5 +23,6 @@ outputs = inputs@{ self, nixpkgs, agenix, ... }:
|
|||
./config.nix
|
||||
];
|
||||
};
|
||||
nixosConfigurations.default = self.nixosConfigurations."toki-aether";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue