feat: add NixOS deployment infrastructure #8

Closed
Hermes wants to merge 13 commits from feat/nix-deployment-infra into master
11 changed files with 863 additions and 1 deletions
Showing only changes of commit ef97401f93 - Show all commits

View File

@@ -28,7 +28,7 @@
self.submodules = true;
};
outputs = { self, nixpkgs, nixpkgs-uconsole, agenix, lix, nixos-uconsole, nixos-hardware, ... }@inputs:
outputs = { self, nixpkgs, nixpkgs-uconsole, agenix, lix, nixos-uconsole, nixos-raspberrypi, nixos-hardware, ... }@inputs:
let
system = "x86_64-linux";
keys = import ./lib/keys.nix;