update flake and hosts file

This commit is contained in:
dim
2025-01-30 21:38:38 +07:00
parent 43ffa50146
commit 8fcccee072
2 changed files with 138 additions and 112 deletions

View File

@@ -31,7 +31,10 @@
# users.users."${config.var.username}".extraGroups = [ "scanner" "lp" ];
# hardware.sane.enable = true;
networking.hosts = { "192.168.122.52" = [ "websiteku.lokal" ]; };
networking.hosts = {
"192.168.122.52" = [ "websiteku.lokal" ];
"127.0.0.1" = [ "dimensi.lokal" ];
};
# Don't touch this
system.stateVersion = "24.05";