1
0
forked from clan/democlan

fix evaluation

This commit is contained in:
Jörg Thalheim 2023-11-11 18:32:11 +01:00
parent 4a73ea3325
commit 612a29f759

View File

@ -27,9 +27,10 @@
deltachatShared = ({ pkgs, config, ... }: {
imports = [
clan-core.clanModules.diskLayouts.singleDiskExt4
clan-core.clanModules.diskLayouts
clan-core.clanModules.deltachat
];
services.getty.autologinUser = "user";
programs.bash.loginShellInit = ''
if [ "$(tty)" = "/dev/tty1" ]; then
@ -69,11 +70,9 @@
clan.diskLayouts.singleDiskExt4 = {
device = "/dev/sda";
};
clan.networking.zerotier = {
controller = {
enable = true;
public = true;
};
clan.networking.zerotier.controller = {
enable = true;
public = true;
};
};
machines.deltachat-peer2 = {
@ -82,7 +81,7 @@
};
machines.controller = {
imports = [
clan-core.clanModules.diskLayouts.singleDiskExt4
clan-core.clanModules.diskLayouts
];
clan.diskLayouts.singleDiskExt4 = {
device = "/dev/sda";