fix things

This commit is contained in:
2026-06-27 14:22:32 +09:00
parent ca06b70683
commit b7e82d92c9
15 changed files with 104 additions and 43 deletions

View File

@@ -41,6 +41,9 @@ in
'';
};
services.rpcbind.enable = true;
boot.supportedFilesystems = [ "nfs" ];
services.dbus.packages = with pkgs; [
gsettings-desktop-schemas
];
@@ -53,6 +56,10 @@ in
}
];
networking.hosts = {
#"192.168.1.165" = [ "walruslab.org" ];
};
services.netbird.enable = true;
# Enable NAT so the container can reach the Debian repos
@@ -64,7 +71,7 @@ in
services.resolved = {
enable = true;
dnssec = "false";
settings.Resolve.DNSSEC = "false";
};
networking.nameservers = [
"1.1.1.1"
@@ -211,7 +218,7 @@ in
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [
openmodelica
#openmodelica
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
pkg-config
wget