Files
nix-config/modules/nixos/server/server-riscv64.nix
2024-08-26 20:56:45 +08:00

18 lines
407 B
Nix

{lib, ...}: {
# =========================================================================
# Base NixOS Configuration
# =========================================================================
imports = [
../base/core.nix
../base/i18n.nix
../base/monitoring.nix
../base/nix.nix
../base/packages.nix
../base/ssh.nix
../base/user-group.nix
../../base.nix
];
}