Make some more changes to machine setup
Some checks failed
/ rust-packages (push) Successful in 1m22s
/ terraform-providers (push) Successful in 3m22s
/ check (push) Failing after 39s
/ dev-shell (push) Successful in 1m10s

Work being done as an attempt to be able to
create a small monitoring server
This commit is contained in:
Kaare Hoff Skovgaard 2025-07-09 15:12:11 +02:00
parent 89d410cb6c
commit f7d4bef46c
Signed by: khs
GPG key ID: C7D890804F01E9F0
17 changed files with 449 additions and 289 deletions

View file

@ -58,13 +58,6 @@
outputs =
inputs@{ self, ... }:
let
dirsInPath =
path:
let
files = builtins.readDir path;
dirs = inputs.nixpkgs.lib.filterAttrs (name: kind: kind == "directory") files;
in
builtins.attrNames dirs;
inputNixosModules = [
inputs.disko.nixosModules.disko
inputs.stylix.nixosModules.stylix