nixos-config/machines/vueko/configuration.nix

17 lines
212 B
Nix

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