diff --git a/hosts/dark-firepit/authorizedKeys.nix b/hosts/dark-firepit/authorizedKeys.nix index a182b7a..d6b4d9a 100644 --- a/hosts/dark-firepit/authorizedKeys.nix +++ b/hosts/dark-firepit/authorizedKeys.nix @@ -22,4 +22,8 @@ hostname = "aether@phone"; ssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP5LPWVgsFAH9XErXGZB+lzwb/+7EiEb6eatNWoJag5i JuiceSSH"; } + { + hostname = "lilith@bms-cab"; + ssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFb9uVy1x4XaO1uFOQBuERy6xw8cf7Dh24UT0jJs7g3z lilith@bms-cab"; + } ] diff --git a/hosts/dark-firepit/default.nix b/hosts/dark-firepit/default.nix index 30180e7..d77b8de 100644 --- a/hosts/dark-firepit/default.nix +++ b/hosts/dark-firepit/default.nix @@ -87,6 +87,18 @@ in { }; }; }; + + winter = { + conf = { + packages = with pkgs; [ micro ]; + shell = pkgs.unstable.fish; + extraGroups = [ "wheel" "nix-users" "dotfiles" ]; + initialHashedPassword = "!"; + openssh.authorizedKeys.keys = fetchSSHKeys [ + "lilith@bms-cab" + ]; + }; + }; }; keyboard = { @@ -376,6 +388,7 @@ in { "mayf.pink".dataDir = "/var/www/mayf.pink/public"; "mayf.pink".php = true; "mayf.pink".phpHandlePathing = true; + "wint0r.zone".dataDir = "/var/www/wint0r.zone"; }; nitter = {