name change
This commit is contained in:
parent
87cc464d1b
commit
04fbe6afb2
3 changed files with 4 additions and 8 deletions
|
|
@ -161,8 +161,8 @@
|
|||
hmModules = serverHomeModules;
|
||||
};
|
||||
|
||||
oci-a1 = mkHost {
|
||||
hostName = "oci-a1";
|
||||
alisceon-core = mkHost {
|
||||
hostName = "alisceon-core";
|
||||
system = "aarch64-linux";
|
||||
nixosModules = serverModules;
|
||||
hmModules = serverHomeModules;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
"alisceon-core" = {
|
||||
hostname = "core.alisceon.com";
|
||||
user = "opc";
|
||||
user = "alisceon";
|
||||
};
|
||||
"blogbox-2" = {
|
||||
hostname = "10.1.0.11";
|
||||
|
|
@ -34,10 +34,6 @@
|
|||
hostname = "oci.malice.zone";
|
||||
user = "opc";
|
||||
};
|
||||
"oci-a1" = {
|
||||
hostname = "oci-a1";
|
||||
user = "alisceon";
|
||||
};
|
||||
"dnspi" = {
|
||||
hostname = "10.40.0.2";
|
||||
user = "pi";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ in
|
|||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
|
||||
networking = {
|
||||
hostName = "nixos-oci-a1";
|
||||
hostName = "alisceon-core";
|
||||
networkmanager.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue