mirror of
https://github.com/kmein/niveum
synced 2026-03-17 10:41:06 +01:00
10 lines
186 B
Nix
Executable File
10 lines
186 B
Nix
Executable File
{ config, pkgs, ... }:
|
|
{
|
|
imports = [ ../slim.nix ];
|
|
|
|
boot.loader.grub.enable = false;
|
|
boot.loader.generic-extlinux-compatible.enable = true;
|
|
|
|
networking.hostName = "catullus";
|
|
}
|