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:
@@ -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"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user