Prepare ornithologist to do remote deployments
This commit is contained in:
parent
2951844f13
commit
ef9e19c0e8
3 changed files with 8 additions and 6 deletions
|
@ -38,7 +38,4 @@ with lib; {
|
|||
"dmask=0077"
|
||||
];
|
||||
};
|
||||
|
||||
# Allows remote deployment on ARM systems (ie. Raspberry Pi).
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
}
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
## Placeholder...
|
||||
{pkgs, ...}: {
|
||||
# Install some packages.
|
||||
environment.systemPackages = with pkgs; [
|
||||
deploy-rs
|
||||
];
|
||||
|
||||
# Allows remote deployment on ARM systems (ie. Raspberry Pi).
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
}
|
||||
|
|
|
@ -96,7 +96,6 @@ with lib; {
|
|||
ansible
|
||||
caligula
|
||||
celluloid
|
||||
deploy-rs
|
||||
discord
|
||||
feishin
|
||||
fluffychat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue