get rid of plinth entry in hosts file

This commit is contained in:
Charlotte Som 2024-12-10 13:02:11 +00:00
parent 6d653149cf
commit 30a9da98be

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
nix = {
settings.experimental-features = [
"nix-command"
@ -10,6 +10,8 @@
zramSwap.enable = true;
networking.hostName = "plinth";
networking.hosts = lib.mkForce {};
time.timeZone = "UTC";
networking.firewall.enable = false;