mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
Add catullus
This commit is contained in:
9
systems/catullus/config.nix
Executable file
9
systems/catullus/config.nix
Executable file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [ ../slim.nix ];
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
||||
networking.hostName = "catullus";
|
||||
}
|
||||
Reference in New Issue
Block a user