Skip to content

Commit

Permalink
Initial flake setup, WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
faf-bot committed Oct 3, 2024
1 parent d4cf4bc commit af7306d
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
62 changes: 62 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
#nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
srvos.url = "github:nix-community/srvos";
secrets = {
url = "git+file:secrets"; # the submodule is in the ./secrets dir
flake = false;
};

};

outputs = { self, nixpkgs, srvos }: {
outputs = { self, nixpkgs, secrets, srvos }: {
nixosConfigurations = {
"fafprod3" = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
Expand Down

0 comments on commit af7306d

Please sign in to comment.