style: format everything
This commit is contained in:
parent
f4c27362c4
commit
4da8981990
120 changed files with 1550 additions and 1655 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ config, clan-core, ... }:
|
||||
{
|
||||
config,
|
||||
clan-core,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
clan-core.clanModules.sshd
|
||||
clan-core.clanModules.root-password
|
||||
|
|
@ -10,7 +13,7 @@
|
|||
./remote_builders.nix
|
||||
];
|
||||
|
||||
networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = [ "moritz-remarkable" ];
|
||||
networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = ["moritz-remarkable"];
|
||||
|
||||
# Locale service discovery and mDNS
|
||||
services.avahi.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue