This commit is contained in:
암냥 2026-08-16 20:03:47 +09:00
commit ab3a5296a0
No known key found for this signature in database
13 changed files with 199 additions and 50 deletions

View file

@ -1,5 +1,9 @@
{ pkgs, inputs, ... }:
{ modulesPath, pkgs, inputs, ... }:
{
# RustFS is provided by the pinned flake input below; NixOS 26.11 also
# ships a module with the same option namespace.
disabledModules = [ "${modulesPath}/services/web-servers/rustfs.nix" ];
imports = [
./hardware-configuration.nix
"${inputs.self}/modules/mizukios/base"