[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; };
|
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"; };
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
curl
|
curl
|
||||||
rsync
|
rsync
|
||||||
git
|
git
|
||||||
|
bat
|
||||||
duf
|
duf
|
||||||
ncdu
|
ncdu
|
||||||
du-dust
|
du-dust
|
||||||
|
@ -36,8 +37,7 @@
|
||||||
parted
|
parted
|
||||||
screen
|
screen
|
||||||
sshpass
|
sshpass
|
||||||
fd
|
fd
|
||||||
lazygit
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue