mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
fairphone: Rename default.nix to configuration.nix
This commit is contained in:
parent
9b9642a506
commit
d59a644c36
1 changed files with 0 additions and 0 deletions
|
|
@ -1,29 +0,0 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.default ];
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
|
||||
custom = {
|
||||
networking = {
|
||||
overlay = {
|
||||
address = "10.254.250.74";
|
||||
role = "client";
|
||||
};
|
||||
underlay.useDhcp = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
nebula = {
|
||||
publicKeyFile = toString ./keys/nebula.pub;
|
||||
certificateFile = toString ./keys/nebula.crt;
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
deviceId = "6ROH65D-E65I5F6-URI4OUZ-RCHFC3B-PMBSIHH-5DNLJPS-SYSUWQY-HKYGHQG";
|
||||
folders = [ "Documents" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue