Files
nix-config/modules/nixos/server/server-riscv64.nix
2024-03-04 01:05:55 +08:00

18 lines
408 B
Nix

{pkgs, ...}: {
# =========================================================================
# 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
];
}