add deploy-rs for remotely deploy nixos config
This commit is contained in:
parent
cf03484587
commit
ae7d74249b
15 changed files with 290 additions and 85 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
outputs,
|
||||
...
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
disko.nixosModules.disko
|
||||
])
|
||||
++ [
|
||||
./deploy
|
||||
./nix.nix
|
||||
./home.nix
|
||||
./sops.nix
|
||||
|
|
@ -39,5 +41,8 @@
|
|||
additions
|
||||
];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
deploy-rs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue