[ACTIONS] deploy-rs updates (2024-03-03)
This commit is contained in:
parent
fcff882695
commit
36c3702d35
4 changed files with 6 additions and 5 deletions
|
@ -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"; };
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue