nixos-config/machines/vueko/configuration.nix

18 lines
230 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../../modules
];
sbruder = {
restic.enable = true;
2021-02-05 15:35:42 +01:00
full = false;
};
networking.hostName = "vueko";
system.stateVersion = "20.09";
}