deploy-rs configuration
This commit is contained in:
parent
92cef09d87
commit
7e18add7ea
3 changed files with 112 additions and 15 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; # Stable nixpkgs.
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
lanzaboote.url = "github:nix-community/lanzaboote"; # Secure boot.
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware"; # Hardware specific config.
|
||||
sops-nix.url = "github:Mic92/sops-nix"; # Secrets management.
|
||||
|
@ -46,10 +47,10 @@
|
|||
];
|
||||
})
|
||||
|
||||
(mkHost "docker" {
|
||||
suite = "vm";
|
||||
user = "docker";
|
||||
})
|
||||
# (mkHost "docker" {
|
||||
# suite = "vm";
|
||||
# user = "docker";
|
||||
# })
|
||||
|
||||
(mkHost "minecraft" {
|
||||
suite = "vm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue