mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(ci): formatting
This commit is contained in:
parent
ef5306904c
commit
6e882b5342
11 changed files with 30 additions and 44 deletions
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
meta,
|
||||
...
|
||||
}: {
|
||||
{meta, ...}: {
|
||||
imports = let
|
||||
inherit (meta) nixos;
|
||||
in [
|
||||
|
|
@ -28,11 +25,11 @@
|
|||
enable = true;
|
||||
rejectLocaladdrs = true;
|
||||
serviceSettings = rec {
|
||||
wants = [ "localaddrs.service" ];
|
||||
wants = ["localaddrs.service"];
|
||||
after = wants;
|
||||
};
|
||||
};
|
||||
interfaces.eth1 = { };
|
||||
interfaces.eth1 = {};
|
||||
};
|
||||
systemd.network.networks.eth0 = {
|
||||
name = "eth0";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
meta,
|
||||
...
|
||||
}: {
|
||||
{meta, ...}: {
|
||||
imports = with meta; [
|
||||
nixos.reisen-ct
|
||||
];
|
||||
|
|
|
|||
|
|
@ -32,15 +32,15 @@ in {
|
|||
};
|
||||
|
||||
services.openssh = {
|
||||
ports = mkAfter [ sshPort ];
|
||||
ports = mkAfter [sshPort];
|
||||
};
|
||||
# required for kbd or password authentication
|
||||
security.pam.services.sshd.unixAuth = mkForce true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ sshPort ];
|
||||
networking.firewall.allowedTCPPorts = [sshPort];
|
||||
|
||||
sops.secrets = {
|
||||
tf-proxmox-passwd = { };
|
||||
tf-proxmox-passwd = {};
|
||||
tf-proxmox-identity = {
|
||||
owner = username;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
meta,
|
||||
...
|
||||
}: {
|
||||
{meta, ...}: {
|
||||
imports = let
|
||||
inherit (meta) nixos;
|
||||
in [
|
||||
|
|
|
|||
|
|
@ -62,8 +62,7 @@ in {
|
|||
"music/raw"
|
||||
];
|
||||
};
|
||||
in
|
||||
[libraryDir];
|
||||
in [libraryDir];
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
meta,
|
||||
...
|
||||
}: {
|
||||
{meta, ...}: {
|
||||
imports = let
|
||||
inherit (meta) nixos;
|
||||
in [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue