diff --git a/flake.nix b/flake.nix index 940a219b..272fe4bb 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = { - osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; }; + osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; type = "small";}; framework-server = libx.mkHost { hostname = "framework-server"; }; nuc-server = libx.mkHost { hostname = "nuc-server"; }; nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "hyprland"; theme = "tokyo-night"; }; diff --git a/keys/ssh/keys.txt b/keys/ssh/keys.txt index 414b7bd7..e71e3716 100644 --- a/keys/ssh/keys.txt +++ b/keys/ssh/keys.txt @@ -34,3 +34,6 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBui9k0ByK4ldcfJCTaEyoQoltcZ3w07B/5WBxvz7Nzd # (Tue Feb 20 09:20:39 PM JST 2024) albert@nixos-framework ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAJLaC+NJQYfrWlerUj8yMkAIofBGMOWQB4mU/ncDpz albert@nixos-framework + +# (Sun Mar 03 18:13:09 PM JST 2024) albert@guacamole +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUYuglSxzHMfKHBS06MaMm174W6EnxNyFXLXLheWSLb albert@guacamole diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 7bc31158..b3e98a4d 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -23,6 +23,7 @@ curl rsync git + bat duf ncdu du-dust @@ -36,8 +37,7 @@ parted screen sshpass - fd - lazygit + fd ]; # Select internationalisation properties. diff --git a/nixos/small.nix b/nixos/small.nix index 95f26eec..cfea3a36 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -22,7 +22,6 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ - nfs-utils dconf ripgrep git @@ -35,7 +34,6 @@ sshpass cryptsetup fd - lazygit ]; # Select internationalisation properties.