[ACTIONS] deploy-rs updates (2024-03-03)

This commit is contained in:
albert 2024-03-04 02:24:30 +09:00
parent fcff882695
commit 36c3702d35
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
4 changed files with 6 additions and 5 deletions

View file

@ -57,7 +57,7 @@
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
in { in {
nixosConfigurations = { 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"; }; framework-server = libx.mkHost { hostname = "framework-server"; };
nuc-server = libx.mkHost { hostname = "nuc-server"; }; nuc-server = libx.mkHost { hostname = "nuc-server"; };
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "hyprland"; theme = "tokyo-night"; }; nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "hyprland"; theme = "tokyo-night"; };

View file

@ -34,3 +34,6 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBui9k0ByK4ldcfJCTaEyoQoltcZ3w07B/5WBxvz7Nzd
# (Tue Feb 20 09:20:39 PM JST 2024) albert@nixos-framework # (Tue Feb 20 09:20:39 PM JST 2024) albert@nixos-framework
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAJLaC+NJQYfrWlerUj8yMkAIofBGMOWQB4mU/ncDpz 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

View file

@ -23,6 +23,7 @@
curl curl
rsync rsync
git git
bat
duf duf
ncdu ncdu
du-dust du-dust
@ -37,7 +38,6 @@
screen screen
sshpass sshpass
fd fd
lazygit
]; ];
# Select internationalisation properties. # Select internationalisation properties.

View file

@ -22,7 +22,6 @@
# List packages installed in system profile # List packages installed in system profile
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nfs-utils
dconf dconf
ripgrep ripgrep
git git
@ -35,7 +34,6 @@
sshpass sshpass
cryptsetup cryptsetup
fd fd
lazygit
]; ];
# Select internationalisation properties. # Select internationalisation properties.