1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/systems/catullus/config.nix

10 lines
173 B
Nix
Raw Normal View History

2019-01-30 11:48:35 +00:00
{ config, pkgs, ... }:
{
imports = [];
2019-01-30 11:48:35 +00:00
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
networking.hostName = "catullus";
}