Erwin Boskma
8cf8730082
Flake lock file updates: • Updated input 'disko': 'github:nix-community/disko/341482e2f4d888e3f60cae1c12c3df896e7230d8?narHash=sha256-i%2BUw8VOHzQe9YdNwKRbzvaPWLE07tYVqUDzSFTXhRgk%3D' (2024-11-27) → 'github:nix-community/disko/2814a5224a47ca19e858e027f7e8bff74a8ea9f1?narHash=sha256-2uMaVAZn7fiyTUGhKgleuLYe5%2BEAAYB/diKxrM7g3as%3D' (2024-11-30) • Updated input 'home-manager': 'github:nix-community/home-manager/0941a2e14486ee30e2088afa1d2869f2486dd3b8?narHash=sha256-04V/vZK7Eca2EbEJNqKHUSa0RU5zXt15t03EdO0yEqs%3D' (2024-11-28) → 'github:nix-community/home-manager/d2e2bda6c050a61d51b8e395ad66b8fa48318e07?narHash=sha256-eZcDctzoDsdHAooCYc2uDwoAdt0weTYfNChtrAhJFN8%3D' (2024-12-02) • Updated input 'microvm': 'github:astro/microvm.nix/093ef734d3c37669860043a87dbf1c09fc6f5b38?narHash=sha256-6LmtOmeDpv9iHS8l0GNcppP11dKIJFMZLdFyxQ%2BqQBM%3D' (2024-11-26) → 'github:astro/microvm.nix/e8d5f12b834a59187c7ec147a8952a0567f97939?narHash=sha256-ratU5qCcRuOojgPWM90gda4qrxukNqbyFi%2Bkan2Ln04%3D' (2024-11-30) • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/45348ad6fb8ac0e8415f6e5e96efe47dd7f39405?narHash=sha256-kF6rDeCshoCgmQz%2B7uiuPdREVFuzhIorGOoPXMalL2U%3D' (2024-11-24) → 'github:NixOS/nixos-hardware/fe01780d356d70fd119a19277bff71d3e78dad00?narHash=sha256-aQorWITXZu7b095UwnpUvcGt9dNJie/GO9r4hZfe2sU%3D' (2024-12-01) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/4633a7c72337ea8fd23a4f2ba3972865e3ec685d?narHash=sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0%3D' (2024-11-25) → 'github:nixos/nixpkgs/ac35b104800bff9028425fec3b6e8a41de2bbfff?narHash=sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE%2Bcrk%3D' (2024-12-01) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/fd0e3bf854b937632c92819d55d4ff8a130d5658?narHash=sha256-A2a4Cw66421Wojv1uqSGkD1XW960uJ7wHuwmvGCUJ8s%3D' (2024-11-28) → 'github:oxalica/rust-overlay/e66c0d43abf5bdefb664c3583ca8994983c332ae?narHash=sha256-aJmAIjZfWfPSWSExwrYBLRgXVvgF5LP1vaeUGOOIQ98%3D' (2024-12-02) • Updated input 'sops': 'github:Mic92/sops-nix/3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa?narHash=sha256-xtt95%2Bc7OUMoqZf4OvA/7AemiH3aVuWHQbErYQoPwFk%3D' (2024-11-25) → 'github:Mic92/sops-nix/c6134b6fff6bda95a1ac872a2a9d5f32e3c37856?narHash=sha256-m6/qwJAJYcidGMEdLqjKzRIjapK4nUfMq7rDCTmZajc%3D' (2024-12-02) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/84637a7ab04179bdc42aa8fd0af1909fba76ad0c?narHash=sha256-uI7TXEb231o8dkwB5AUCecx3AQtosRmL6hKgnckvjps%3D' (2024-11-26) → 'github:numtide/treefmt-nix/6209c381904cab55796c5d7350e89681d3b2a8ef?narHash=sha256-2qbdorpq0TXHBWbVXaTqKoikN4bqAtAplTwGuII%2BoAc%3D' (2024-11-29)
312 lines
7.9 KiB
Nix
312 lines
7.9 KiB
Nix
{
|
|
description = "System config";
|
|
|
|
inputs = {
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
|
|
home-manager = {
|
|
url = "github:nix-community/home-manager";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
flake-utils.url = "github:numtide/flake-utils";
|
|
|
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
|
|
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
|
|
|
pre-commit-hooks = {
|
|
url = "github:cachix/git-hooks.nix";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
|
|
treefmt-nix = {
|
|
url = "github:numtide/treefmt-nix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
naersk = {
|
|
url = "github:nix-community/naersk";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
rust-overlay = {
|
|
url = "github:oxalica/rust-overlay";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
|
|
microvm = {
|
|
url = "github:astro/microvm.nix";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
flake-utils.follows = "flake-utils";
|
|
};
|
|
};
|
|
|
|
sops = {
|
|
url = "github:Mic92/sops-nix";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
emacs-overlay = {
|
|
url = "github:nix-community/emacs-overlay/ed670c7246dd4bfd24e50939eb5d9bcaa95e638b";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
};
|
|
};
|
|
|
|
nil = {
|
|
url = "github:oxalica/nil";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
flake-utils.follows = "flake-utils";
|
|
rust-overlay.follows = "rust-overlay";
|
|
};
|
|
};
|
|
|
|
disko = {
|
|
url = "github:nix-community/disko";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
eww = {
|
|
url = "github:elkowar/eww";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
rust-overlay.follows = "rust-overlay";
|
|
};
|
|
};
|
|
|
|
anyrun = {
|
|
url = "github:anyrun-org/anyrun";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
colmena = {
|
|
url = "github:zhaofengli/colmena";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
|
|
|
comin = {
|
|
url = "github:nlewo/comin";
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
caddy-with-plugins = {
|
|
url = "github:eboskma/caddy-with-plugins";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
flake-parts.follows = "flake-parts";
|
|
treefmt-nix.follows = "treefmt-nix";
|
|
};
|
|
};
|
|
|
|
ha-now-playing = {
|
|
url = "git+https://git.datarift.nl/erwin/ha-now-playing.git?ref=main";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
flake-utils.follows = "flake-utils";
|
|
rust-overlay.follows = "rust-overlay";
|
|
pre-commit-hooks.follows = "pre-commit-hooks";
|
|
};
|
|
};
|
|
|
|
pamedia = {
|
|
url = "git+https://git.datarift.nl/erwin/pamedia-rs.git?ref=main";
|
|
inputs = {
|
|
nixpkgs.follows = "nixpkgs";
|
|
flake-parts.follows = "flake-parts";
|
|
rust-overlay.follows = "rust-overlay";
|
|
};
|
|
};
|
|
};
|
|
|
|
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"
|
|
];
|
|
|
|
imports = [
|
|
inputs.pre-commit-hooks.flakeModule
|
|
inputs.treefmt-nix.flakeModule
|
|
];
|
|
|
|
flake = {
|
|
lib = import ./lib inputs;
|
|
|
|
overlays.default = import ./overlays;
|
|
|
|
nixosModules = builtins.listToAttrs (
|
|
map (x: {
|
|
name = x;
|
|
value = import (./modules + "/${x}");
|
|
}) (builtins.attrNames (builtins.readDir ./modules))
|
|
);
|
|
|
|
nixosConfigurations = builtins.listToAttrs (
|
|
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)
|
|
);
|
|
|
|
colmenaHive = inputs.colmena.lib.makeHive self.outputs.colmena;
|
|
|
|
colmena =
|
|
{
|
|
meta = {
|
|
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
|
|
|
specialArgs = {
|
|
inherit nixpkgs;
|
|
};
|
|
};
|
|
}
|
|
// builtins.listToAttrs (
|
|
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 [ ];
|
|
};
|
|
imports = self.lib.systemModules (machines.${machine}.system or "x86_64-linux"
|
|
) machines.${machine}.config;
|
|
};
|
|
}) (builtins.filter (machine: machines.${machine} ? deploy) (builtins.attrNames machines))
|
|
);
|
|
};
|
|
|
|
perSystem =
|
|
{
|
|
inputs',
|
|
pkgs,
|
|
config,
|
|
system,
|
|
...
|
|
}:
|
|
{
|
|
|
|
_module.args.pkgs = import inputs.nixpkgs {
|
|
inherit system;
|
|
overlays = [ self.overlays.default ];
|
|
};
|
|
|
|
pre-commit = {
|
|
settings = {
|
|
hooks = {
|
|
nixfmt-rfc-style.enable = true;
|
|
deadnix.enable = true;
|
|
black.enable = true;
|
|
shellcheck = {
|
|
enable = true;
|
|
types_or = [ "executable" ];
|
|
};
|
|
shfmt.enable = true;
|
|
};
|
|
};
|
|
};
|
|
|
|
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;
|
|
};
|
|
};
|
|
};
|
|
|
|
packages = {
|
|
dnspyre = pkgs.callPackage ./pkgs/dnspyre { };
|
|
git-repo-go = pkgs.git-repo-go;
|
|
hassbridge = pkgs.callPackage ./pkgs/hassbridge { };
|
|
mapshot = pkgs.mapshot;
|
|
peakperf = pkgs.callPackage ./pkgs/peakperf { };
|
|
tinyows = pkgs.callPackage ./pkgs/tinyows { };
|
|
tsui = pkgs.callPackage ./pkgs/tsui { };
|
|
};
|
|
|
|
devShells.default =
|
|
with pkgs;
|
|
mkShell {
|
|
name = "dotfiles";
|
|
packages = [
|
|
age
|
|
config.packages.git-repo-go
|
|
fontpreview
|
|
inputs'.colmena.packages.colmena
|
|
just
|
|
libxkbcommon
|
|
lswt
|
|
multimarkdown
|
|
nix-diff
|
|
nix-init
|
|
nix-output-monitor
|
|
nix-prefetch
|
|
nix-prefetch-docker
|
|
nix-prefetch-github
|
|
nix-prefetch-scripts
|
|
nix-tree
|
|
nix-update
|
|
nixfmt-rfc-style
|
|
nodejs
|
|
nodePackages.typescript-language-server
|
|
nodePackages.yaml-language-server
|
|
nodePackages.prettier
|
|
openssl
|
|
pciutils
|
|
pkgs.sops
|
|
ssh-to-age
|
|
taplo
|
|
# vscode-langservers-extracted
|
|
yj
|
|
|
|
inputs'.disko.packages.disko
|
|
];
|
|
|
|
shellHook = ''
|
|
${config.pre-commit.installationScript}
|
|
'';
|
|
};
|
|
|
|
devShells.install =
|
|
with pkgs;
|
|
mkShell {
|
|
name = "install";
|
|
packages = [ inputs'.disko.packages.disko ];
|
|
};
|
|
};
|
|
};
|
|
}
|