wow
This commit is contained in:
parent
4d3e1beaf6
commit
ab3a5296a0
13 changed files with 199 additions and 50 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue