mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix statix errors
This commit is contained in:
parent
a4b8c2b8da
commit
743d7eead9
48 changed files with 72 additions and 82 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
{
|
||||
boot.initrd = {
|
||||
availableKernelModules = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
{
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
{
|
||||
boot.loader = {
|
||||
timeout = 1;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Deployed services
|
||||
{ config, ... }:
|
||||
let
|
||||
secrets = config.sops.secrets;
|
||||
inherit (config.sops) secrets;
|
||||
in
|
||||
{
|
||||
sops.secrets."acme/inwx" = { };
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# enabled system services
|
||||
{ ... }:
|
||||
_:
|
||||
{
|
||||
my.system = {
|
||||
podman.enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
8080 # aria
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Deployed services
|
||||
{ config, ... }:
|
||||
let
|
||||
secrets = config.sops.secrets;
|
||||
inherit (config.sops) secrets;
|
||||
in
|
||||
{
|
||||
sops.secrets."acme/inwx" = { };
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# enabled system services
|
||||
{ ... }:
|
||||
_:
|
||||
{
|
||||
my.system = {
|
||||
avahi.enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
_:
|
||||
let
|
||||
cpuFlavor = "intel";
|
||||
in
|
||||
|
@ -18,7 +18,7 @@ in
|
|||
};
|
||||
firmware = {
|
||||
enable = true;
|
||||
cpuFlavor = cpuFlavor;
|
||||
inherit cpuFlavor;
|
||||
};
|
||||
graphics.cpuFlavor = cpuFlavor;
|
||||
keychron.enable = true;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# network settings
|
||||
{ ... }:
|
||||
_:
|
||||
{
|
||||
# hotfixes for dns settings
|
||||
networking.extraHosts =
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# enabled profiles
|
||||
{ ... }:
|
||||
_:
|
||||
{
|
||||
my.profiles = {
|
||||
"3d-design".enable = true;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Deployed services
|
||||
{ config, ... }:
|
||||
let
|
||||
secrets = config.sops.secrets;
|
||||
inherit (config.sops) secrets;
|
||||
in
|
||||
{
|
||||
sops.secrets."borgbackup/password" = { };
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# enabled system services
|
||||
{ ... }:
|
||||
_:
|
||||
{
|
||||
my.system = {
|
||||
avahi.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue