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
|
|
|
|
2024-08-19 22:30:04 +02:00
|
|
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
2023-05-21 22:14:04 +02:00
|
|
|
|
2022-10-05 11:32:13 +02:00
|
|
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
2022-07-02 19:09:47 +02:00
|
|
|
|
2022-11-19 20:00:54 +01:00
|
|
|
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 = {
|
|
|
|
nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2022-11-19 20:00:54 +01:00
|
|
|
};
|
|
|
|
|
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";
|
|
|
|
};
|
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";
|
|
|
|
};
|
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
|
|
|
};
|
|
|
|
|
2023-09-29 11:52:45 +02:00
|
|
|
anyrun = {
|
|
|
|
url = "github:Kirottu/anyrun";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2024-03-16 22:38:29 +01:00
|
|
|
colmena = {
|
|
|
|
url = "github:zhaofengli/colmena";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2024-09-20 11:49:45 +02:00
|
|
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
2024-04-10 21:34:05 +02:00
|
|
|
|
2024-11-05 17:11:58 +01:00
|
|
|
comin = {
|
|
|
|
url = "github:nlewo/comin";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
2023-08-10 16:43:46 +02:00
|
|
|
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";
|
2024-04-16 19:52:48 +02:00
|
|
|
treefmt-nix.follows = "treefmt-nix";
|
2023-09-13 14:50:03 +02:00
|
|
|
};
|
2023-08-10 16:43:46 +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";
|
2024-08-19 22:30:04 +02:00
|
|
|
flake-parts.follows = "flake-parts";
|
|
|
|
rust-overlay.follows = "rust-overlay";
|
2023-09-13 14:50:03 +02:00
|
|
|
};
|
2021-11-21 19:07:12 +01:00
|
|
|
};
|
2021-11-12 07:23:46 +01:00
|
|
|
};
|
2021-10-05 23:45:02 +02:00
|
|
|
|
2022-04-27 00:21:19 +02:00
|
|
|
outputs =
|
2024-02-05 11:10:13 +01:00
|
|
|
{
|
|
|
|
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
|
|
|
|
];
|
2024-02-05 11:10:13 +01:00
|
|
|
|
|
|
|
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))
|
2024-02-05 11:10:13 +01:00
|
|
|
);
|
2023-05-21 22:14:04 +02:00
|
|
|
|
2024-02-05 11:10:13 +01:00
|
|
|
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)
|
2024-02-05 11:10:13 +01:00
|
|
|
);
|
2023-05-21 22:14:04 +02:00
|
|
|
|
2024-02-05 11:10:13 +01:00
|
|
|
colmena =
|
|
|
|
{
|
2023-10-14 16:55:13 +02:00
|
|
|
meta = {
|
|
|
|
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
|
|
|
|
|
|
|
specialArgs = {
|
|
|
|
inherit nixpkgs;
|
|
|
|
};
|
|
|
|
};
|
2024-02-05 11:10:13 +01:00
|
|
|
}
|
|
|
|
// 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 [ ];
|
2023-10-19 08:35:03 +02:00
|
|
|
};
|
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))
|
2024-02-05 11:10:13 +01:00
|
|
|
);
|
|
|
|
};
|
2023-05-21 22:14:04 +02:00
|
|
|
|
2024-02-05 11:10:13 +01:00
|
|
|
perSystem =
|
|
|
|
{
|
|
|
|
inputs',
|
|
|
|
pkgs,
|
|
|
|
config,
|
2024-10-03 08:36:01 +02:00
|
|
|
system,
|
2024-02-05 11:10:13 +01:00
|
|
|
...
|
|
|
|
}:
|
|
|
|
{
|
2024-01-10 21:53:04 +01:00
|
|
|
|
2024-10-03 08:36:01 +02:00
|
|
|
_module.args.pkgs = import inputs.nixpkgs {
|
|
|
|
inherit system;
|
|
|
|
overlays = [ self.overlays.default ];
|
|
|
|
};
|
|
|
|
|
2024-01-10 21:53:04 +01:00
|
|
|
pre-commit = {
|
|
|
|
settings = {
|
|
|
|
hooks = {
|
2024-09-05 21:02:43 +02:00
|
|
|
nixfmt-rfc-style.enable = true;
|
2024-01-10 21:53:04 +01:00
|
|
|
deadnix.enable = true;
|
|
|
|
black.enable = true;
|
|
|
|
shellcheck = {
|
|
|
|
enable = true;
|
|
|
|
types_or = [ "executable" ];
|
2022-11-19 20:00:54 +01:00
|
|
|
};
|
2024-01-10 21:53:04 +01:00
|
|
|
shfmt.enable = true;
|
2022-11-19 20:00:54 +01:00
|
|
|
};
|
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;
|
2024-04-16 19:41:25 +02:00
|
|
|
shfmt = {
|
|
|
|
enable = true;
|
|
|
|
indent_size = 0;
|
|
|
|
};
|
2024-04-16 19:32:32 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-01-10 21:53:04 +01:00
|
|
|
packages = {
|
2024-07-03 11:29:57 +02:00
|
|
|
dnspyre = pkgs.callPackage ./pkgs/dnspyre { };
|
2024-10-03 08:36:01 +02:00
|
|
|
git-repo-go = pkgs.git-repo-go;
|
2024-08-13 14:34:24 +02:00
|
|
|
hassbridge = pkgs.callPackage ./pkgs/hassbridge { };
|
2024-10-21 23:27:03 +02:00
|
|
|
mapshot = pkgs.mapshot;
|
2024-09-26 11:27:34 +02:00
|
|
|
peakperf = pkgs.callPackage ./pkgs/peakperf { };
|
2024-05-20 14:21:00 +02:00
|
|
|
tinyows = pkgs.callPackage ./pkgs/tinyows { };
|
2024-09-05 21:02:28 +02:00
|
|
|
tsui = pkgs.callPackage ./pkgs/tsui { };
|
2024-01-10 21:53:04 +01:00
|
|
|
};
|
2022-04-27 00:21:19 +02:00
|
|
|
|
2024-02-05 11:10:13 +01:00
|
|
|
devShells.default =
|
|
|
|
with pkgs;
|
|
|
|
mkShell {
|
|
|
|
name = "dotfiles";
|
|
|
|
packages = [
|
|
|
|
age
|
2024-03-28 14:15:52 +01:00
|
|
|
config.packages.git-repo-go
|
2024-09-10 19:26:59 +02:00
|
|
|
fontpreview
|
2024-03-16 22:38:29 +01:00
|
|
|
inputs'.colmena.packages.colmena
|
2024-02-05 11:10:13 +01:00
|
|
|
just
|
2024-05-08 15:53:38 +02:00
|
|
|
libxkbcommon
|
2024-04-23 16:32:38 +02:00
|
|
|
lswt
|
2024-02-05 11:10:13 +01:00
|
|
|
multimarkdown
|
|
|
|
nix-diff
|
2024-03-11 17:53:56 +01:00
|
|
|
nix-init
|
2024-03-28 16:10:24 +01:00
|
|
|
nix-output-monitor
|
2024-02-05 11:10:13 +01:00
|
|
|
nix-prefetch
|
|
|
|
nix-prefetch-docker
|
|
|
|
nix-prefetch-github
|
|
|
|
nix-prefetch-scripts
|
|
|
|
nix-tree
|
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.prettier
|
2024-02-29 14:23:22 +01:00
|
|
|
openssl
|
2024-02-05 11:10:13 +01:00
|
|
|
pciutils
|
|
|
|
pkgs.sops
|
|
|
|
ssh-to-age
|
|
|
|
taplo
|
2024-08-19 22:30:04 +02:00
|
|
|
# vscode-langservers-extracted
|
2024-04-26 11:28:23 +02:00
|
|
|
yj
|
2024-02-05 11:10:13 +01:00
|
|
|
|
|
|
|
inputs'.disko.packages.disko
|
|
|
|
];
|
|
|
|
|
|
|
|
shellHook = ''
|
|
|
|
${config.pre-commit.installationScript}
|
|
|
|
'';
|
|
|
|
};
|
2023-01-17 13:57:19 +01:00
|
|
|
|
2024-02-05 11:10:13 +01:00
|
|
|
devShells.install =
|
|
|
|
with pkgs;
|
|
|
|
mkShell {
|
|
|
|
name = "install";
|
|
|
|
packages = [ inputs'.disko.packages.disko ];
|
|
|
|
};
|
2024-01-10 21:53:04 +01:00
|
|
|
};
|
2024-02-05 11:10:13 +01:00
|
|
|
};
|
2021-10-05 23:45:02 +02:00
|
|
|
}
|