1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +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;
};
}
{
environment.systemPackages = with pkgs; [ k3b bashburn brasero ];
users.users.me.extraGroups = [ "cdrom" ];
}
{
sound.enable = true;
@@ -269,9 +265,7 @@ in {
{
networking.hosts = {
"192.168.178.1" = [ "fritz.box" ];
"192.168.178.21" = [ "scardanelli" ];
"192.168.178.22" = [ "homeros" ];
"192.168.178.24" = [ "catullus" ];
"192.168.178.24" = [ "catullus.local" ];
};
}
{ i18n.defaultLocale = "en_GB.UTF-8"; }