nixos-config/flake.nix

341 lines
8.5 KiB
Nix
Raw Normal View History

2021-10-05 23:45:02 +02:00
{
description = "System config";
inputs = {
2021-11-12 17:10:17 +01:00
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
2021-10-05 23:45:02 +02:00
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
2021-11-12 07:23:46 +01:00
flake-utils.url = "github:numtide/flake-utils";
2021-10-05 23:45:02 +02:00
flake-parts = {
url = "github:hercules-ci/flake-parts";
};
2022-10-05 11:32:13 +02:00
nixos-hardware.url = "github:NixOS/nixos-hardware";
pre-commit-hooks = {
2024-04-16 19:41:12 +02:00
url = "github:cachix/git-hooks.nix";
2023-09-13 14:50:03 +02:00
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
};
};
2024-04-16 19:32:32 +02:00
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
2022-01-24 11:17:44 +01:00
naersk = {
url = "github:nix-community/naersk";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
2022-01-24 11:17:44 +01:00
};
2023-01-27 15:36:05 +01:00
microvm = {
url = "github:astro/microvm.nix";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
2023-01-27 15:36:05 +01:00
};
2021-11-26 22:21:16 +01:00
sops = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
2022-02-09 08:13:16 +01:00
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
2022-02-09 08:13:16 +01:00
};
2022-11-22 17:33:35 +01:00
nil = {
url = "github:oxalica/nil";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
rust-overlay.follows = "rust-overlay";
};
2022-11-22 17:33:35 +01:00
};
2023-01-17 13:45:37 +01:00
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
2022-11-22 17:33:35 +01:00
2023-07-10 13:42:25 +02:00
eww = {
url = "github:elkowar/eww";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
rust-overlay.follows = "rust-overlay";
};
2023-07-10 13:42:25 +02:00
};
anyrun = {
url = "github:Kirottu/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
};
2023-12-08 16:39:57 +01:00
nix-ld-rs = {
url = "github:nix-community/nix-ld-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
2024-01-17 09:29:16 +01:00
attic = {
url = "github:zhaofengli/attic";
# inputs.nixpkgs.follows = "nixpkgs";
};
2024-03-16 22:38:29 +01:00
colmena = {
url = "github:zhaofengli/colmena";
inputs.nixpkgs.follows = "nixpkgs";
};
2024-04-10 21:34:05 +02:00
atuin = {
url = "github:atuinsh/atuin";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
caddy-with-plugins = {
url = "github:eboskma/caddy-with-plugins";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
treefmt-nix.follows = "treefmt-nix";
2023-09-13 14:50:03 +02:00
};
};
2021-11-21 19:07:12 +01:00
ha-now-playing = {
2022-03-18 21:14:51 +01:00
url = "git+https://git.datarift.nl/erwin/ha-now-playing.git?ref=main";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
rust-overlay.follows = "rust-overlay";
pre-commit-hooks.follows = "pre-commit-hooks";
};
2021-11-21 19:07:12 +01:00
};
2021-10-05 23:45:02 +02:00
2021-11-21 19:07:12 +01:00
pamedia = {
2022-03-18 21:14:51 +01:00
url = "git+https://git.datarift.nl/erwin/pamedia-rs.git?ref=main";
2023-09-13 14:50:03 +02:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
naersk.follows = "naersk";
};
2021-11-21 19:07:12 +01:00
};
2022-09-27 20:38:45 +02:00
2024-03-28 23:06:12 +01:00
git-fs-monitor = {
2024-04-05 13:13:54 +02:00
url = "git+https://git.datarift.nl/erwin/git-fs-monitor.git?ref=main";
2024-03-28 23:06:12 +01:00
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
rust-overlay.follows = "rust-overlay";
pre-commit-hooks.follows = "pre-commit-hooks";
};
};
2021-11-12 07:23:46 +01:00
};
2021-10-05 23:45:02 +02:00
outputs =
{
self,
sops,
flake-parts,
...
}@inputs:
with inputs;
let
machines = import ./machines inputs;
in
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [
"x86_64-linux"
"aarch64-linux"
];
2024-04-16 19:32:32 +02:00
imports = [
inputs.pre-commit-hooks.flakeModule
inputs.treefmt-nix.flakeModule
];
flake = {
lib = import ./lib inputs;
overlays.default = import ./overlays;
nixosModules = builtins.listToAttrs (
2024-03-11 17:47:04 +01:00
map (x: {
name = x;
value = import (./modules + "/${x}");
}) (builtins.attrNames (builtins.readDir ./modules))
);
nixosConfigurations = builtins.listToAttrs (
2024-03-11 17:47:04 +01:00
map (machine: {
name = machine;
value = self.lib.defSystem (machines.${machine}.system or "x86_64-linux") {
imports = [ machines.${machine}.config ];
} (machines.${machine}.deploy or null);
}) (builtins.attrNames machines)
);
colmena =
{
2023-10-14 16:55:13 +02:00
meta = {
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
specialArgs = {
inherit nixpkgs;
};
};
}
// builtins.listToAttrs (
2024-03-11 17:47:04 +01:00
map (machine: {
name = machine;
value = {
deployment = {
targetHost = machines.${machine}.deploy.host;
targetUser = "root"; # machines.${machine}.deploy.sshUser;
# targetUser = machines.${machine}.deploy.sshUser;
tags = machines.${machine}.deploy.tags or [ ];
};
2024-03-11 17:47:04 +01:00
imports = self.lib.systemModules (machines.${machine}.system or "x86_64-linux"
) machines.${machine}.config;
};
}) (builtins.filter (machine: machines.${machine} ? deploy) (builtins.attrNames machines))
);
};
perSystem =
{
2024-03-22 16:35:31 +01:00
self',
inputs',
pkgs,
config,
...
}:
{
2024-01-10 21:53:04 +01:00
pre-commit = {
settings = {
hooks = {
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
2024-01-10 21:53:04 +01:00
deadnix.enable = true;
black.enable = true;
shellcheck = {
enable = true;
types_or = [ "executable" ];
};
2024-01-10 21:53:04 +01:00
shfmt.enable = true;
};
2023-12-23 20:20:04 +01:00
};
2024-01-10 21:53:04 +01:00
};
2023-12-23 20:20:04 +01:00
2024-04-16 19:32:32 +02:00
treefmt = {
projectRootFile = "flake.lock";
programs = {
black.enable = true;
deadnix.enable = true;
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
shellcheck.enable = true;
shfmt = {
enable = true;
indent_size = 0;
};
2024-04-16 19:32:32 +02:00
};
};
2024-01-10 21:53:04 +01:00
packages = {
git-repo-go = pkgs.callPackage ./pkgs/git-repo-go { };
2024-03-28 16:10:24 +01:00
gitu = pkgs.callPackage ./pkgs/gitu { };
2024-04-16 19:32:32 +02:00
headscale-ui = pkgs.callPackage ./pkgs/headscale-ui { };
2024-01-10 21:53:04 +01:00
incus-ui = pkgs.callPackage ./pkgs/incus-ui { };
2024-01-23 12:20:47 +01:00
openfga = pkgs.callPackage ./pkgs/openfga { };
2024-03-22 16:35:31 +01:00
zed = pkgs.callPackage ./pkgs/zed { };
};
apps = {
zed = {
type = "app";
program = "${self'.packages.zed}/bin/Zed";
};
2024-01-10 21:53:04 +01:00
};
devShells.default =
with pkgs;
mkShell {
name = "dotfiles";
packages = [
age
config.packages.git-repo-go
2024-03-16 22:38:29 +01:00
inputs'.colmena.packages.colmena
just
2024-05-08 15:53:38 +02:00
libxkbcommon
2024-04-23 16:32:38 +02:00
lswt
multimarkdown
nix-diff
2024-03-11 17:53:56 +01:00
nix-init
2024-03-28 16:10:24 +01:00
nix-output-monitor
nix-prefetch
nix-prefetch-docker
nix-prefetch-github
nix-prefetch-scripts
nix-tree
nix-top
2024-03-28 16:10:24 +01:00
nix-update
2024-03-11 17:53:56 +01:00
nixfmt-rfc-style
2024-03-28 16:10:24 +01:00
nodejs
nodePackages.typescript-language-server
nodePackages.yaml-language-server
nodePackages.vscode-css-languageserver-bin
nodePackages.prettier
2024-02-29 14:23:22 +01:00
openssl
pciutils
pkgs.sops
ssh-to-age
taplo
2024-04-26 11:28:23 +02:00
yj
inputs'.disko.packages.disko
];
shellHook = ''
${config.pre-commit.installationScript}
'';
};
2023-01-17 13:57:19 +01:00
devShells.install =
with pkgs;
mkShell {
name = "install";
packages = [ inputs'.disko.packages.disko ];
};
2024-01-10 21:53:04 +01:00
};
};
2021-10-05 23:45:02 +02:00
}