fix things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user