# Users can just import any configuration they want even for non-user things. Improve the users/default.nix to just load some specific attributes if this isn't wanted
../../modules/rust-motd.nix
../../services/matrix
../../services/nginx
../../services/postgres
];
# Allow accessing <nixos-unstable> through pkgs.unstable.*
nixpkgs.config.packageOverrides=pkgs:{
inheritunstable;
};
# Use the GRUB 2 boot loader.
boot.loader.grub.enable=true;
boot.loader.grub.version=2;
boot.loader.grub.devices=["/dev/sda"];
networking.hostName="jokum";# Define your hostname.