mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
fix: suzu
This commit is contained in:
19
modules/nixos/server/server-aarch64.nix
Normal file
19
modules/nixos/server/server-aarch64.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../base/core.nix
|
||||
../base/i18n.nix
|
||||
../base/monitoring.nix
|
||||
../base/nix.nix
|
||||
../base/ssh.nix
|
||||
../base/user-group.nix
|
||||
|
||||
../../base.nix
|
||||
];
|
||||
|
||||
# Fix: jasper is marked as broken, refusing to evaluate.
|
||||
environment.enableAllTerminfo = lib.mkForce false;
|
||||
}
|
||||
Reference in New Issue
Block a user