nix-config/hosts/Lenni/default.nix
2024-12-15 17:45:29 +01:00

18 lines
299 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
#./disko.nix
../../modules/common
../../modules/desktop
];
common.syncthing = {
enable = true;
devices = {
Anton = { id = "WCDBADD-UPKCACI-X2YJOIO-5QC44PL-DBCR6TS-ADVQV33-HSMF32O-FOKMKAU"; };
};
};
}