Skip to content

Commit

Permalink
Merge pull request #51 from isabelroses/refactor/hosts
Browse files Browse the repository at this point in the history
refactor(hosts): bernie -> luz
  • Loading branch information
isabelroses authored Nov 27, 2023
2 parents 7cac174 + d4eed83 commit bb117c9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- 🏠 [home](../home/)
- 🖥️ [hosts](../hosts/)
- ☀️ [amatarasu](../hosts/amatarasu/) My high end gameing machine
- 👴 [bernie](../hosts/bernie/) A server configuration for some of my infastrucior
- 🪄 [luz](../hosts/luz/) A server configuration for some of my infastrucior
- 🇧[beta](../hosts/beta/) A consept configuration for a new local server
- 🐉 [hydra](../hosts/hydra/) A super mid spec laptop
-[lilith](../hosts/lilith/) A nixos iso image that can be qickly deployed and acessed via ssh
Expand Down
2 changes: 1 addition & 1 deletion home/isabel/system/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _: {
};

# hetzner cloud vps
"bernie" =
"luz" =
template
// {
hostname = "91.107.198.173";
Expand Down
4 changes: 2 additions & 2 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ in {
};

# hertzner cloud computer
bernie = mkNixosSystem {
luz = mkNixosSystem {
inherit withSystem;
system = "x86_64-linux";
modules =
[
./bernie
./luz
server
]
++ concatLists [shared homes];
Expand Down
2 changes: 1 addition & 1 deletion hosts/bernie/default.nix → hosts/luz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _: {
};
system = {
mainUser = "isabel";
hostname = "bernie";
hostname = "luz";

boot = {
loader = "grub";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bb117c9

Please sign in to comment.