1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

chore: clean networking.hosts, remove burner config

This commit is contained in:
Kierán Meinhardt
2020-09-08 23:33:01 +02:00
parent 58fc4c1ce6
commit 1c52649be8

View File

@@ -155,10 +155,6 @@ in {
isNormalUser = true; isNormalUser = true;
}; };
} }
{
environment.systemPackages = with pkgs; [ k3b bashburn brasero ];
users.users.me.extraGroups = [ "cdrom" ];
}
{ {
sound.enable = true; sound.enable = true;
@@ -269,9 +265,7 @@ in {
{ {
networking.hosts = { networking.hosts = {
"192.168.178.1" = [ "fritz.box" ]; "192.168.178.1" = [ "fritz.box" ];
"192.168.178.21" = [ "scardanelli" ]; "192.168.178.24" = [ "catullus.local" ];
"192.168.178.22" = [ "homeros" ];
"192.168.178.24" = [ "catullus" ];
}; };
} }
{ i18n.defaultLocale = "en_GB.UTF-8"; } { i18n.defaultLocale = "en_GB.UTF-8"; }