get rid of plinth entry in hosts file
This commit is contained in:
parent
6d653149cf
commit
30a9da98be
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue