sshlog: skyflakify

This commit is contained in:
Astro 2022-11-20 21:02:58 +01:00
parent e2aaafa1aa
commit 07f2829a69
2 changed files with 5 additions and 6 deletions

View File

@ -963,7 +963,7 @@
sshlog = nixosSystem' {
modules = [
self.nixosModules.microvm
self.nixosModules.cluster-options
sshlogd.nixosModule
./hosts/sshlog
];

View File

@ -1,13 +1,12 @@
{ config, lib, pkgs, ... }:
{
deployment = {
persistedShares = [ "/etc" "/home" "/var" ];
mem = 512;
};
c3d2 = {
isInHq = false;
hq.statistics.enable = true;
deployment = {
server = "server9";
mounts = [ "etc" "home" "var" ];
mountBase = "/tank/storage/${config.networking.hostName}";
};
};
networking = {