tsuki/configuration: remove usage of secrets module

This commit is contained in:
Oystein Kristoffer Tveit 2024-11-28 16:47:33 +01:00
parent 219d364353
commit 8ef308d3e6
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -1,4 +1,4 @@
{ config, lib, secrets, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports = [
./hardware-configuration.nix
@ -71,12 +71,6 @@
isSystemUser = true;
group = "media";
};
nix-builder = {
description = "User for executing distributed builds via SSH";
isSystemUser = true;
group = "nix-builder";
openssh.authorizedKeys.keyFiles = [ secrets.keys.ssh.nixBuilders.tsuki.public ];
};
};
groups = {
media = {};