nixos/hosts/hardware/FredOS-Mediaserver.nix

12 lines
304 B
Nix
Raw Normal View History

2026-03-28 15:28:37 +00:00
#./hosts/hardware/FredOS-Mediaserver.nix
# TODO: Replace with hardware-configuration.nix from new server
2026-03-28 15:28:37 +00:00
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
networking.hostName = "FredOS-Mediaserver";
system.stateVersion = "25.11";
}