nixos/hosts/vm/sondages/default.nix

25 lines
345 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
./sondages.nix
];
networking.hostName = "sondages";
boot.loader.grub.devices = [ "/dev/sda" ];
crans = {
enable = true;
networking = {
id = "158";
srvNat.enable = true;
};
resticClient.when = "03:33";
};
system.stateVersion = "25.11";
}