nixos-config/machines/vueko/configuration.nix

18 lines
230 B
Nix

{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../modules
];
sbruder = {
restic.enable = true;
full = false;
};
networking.hostName = "vueko";
system.stateVersion = "20.09";
}