20 lines
353 B
Nix
20 lines
353 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./disko.nix
|
|
|
|
../../modules/DEFAULT/COMMON
|
|
../../modules/DEFAULT/DESKTOP
|
|
../../modules/HOME-MANAGER/COMMON
|
|
|
|
];
|
|
|
|
common.syncthing = {
|
|
enable = true;
|
|
devices = {
|
|
Anton = { id = "WCDBADD-UPKCACI-X2YJOIO-5QC44PL-DBCR6TS-ADVQV33-HSMF32O-FOKMKAU"; };
|
|
};
|
|
};
|
|
|
|
}
|