chore: regular adds removes fixes

This commit is contained in:
2024-10-31 18:22:49 +01:00
parent 4125562f7a
commit 71d6a1dc81
28 changed files with 390318 additions and 390276 deletions

View File

@ -7,6 +7,7 @@
./virtualization.nix
./users.nix
./flatpak.nix
./hosts.nix
];
# Bootloader.

11
config/nixos/hosts.nix Normal file
View File

@ -0,0 +1,11 @@
{ ... }:
{
networking.extraHosts = ''
127.0.0.1 subsites.local
127.0.0.1 discountoffice.nl.local
127.0.0.1 discountoffice.be.local
127.0.0.1 fr.discountoffice.be.local
127.0.0.1 api.local
127.0.0.1 mailpit.local
'';
}

View File

@ -4,6 +4,10 @@
virtualisation = {
docker = {
enable = true;
autoPrune.enable = true;
daemon.settings = {
"live-restore" = false;
};
};
libvirtd = {