Run formatter

This commit is contained in:
2023-05-16 22:35:01 +01:00
parent 65583b9494
commit 1e4e09d40d
10 changed files with 31 additions and 32 deletions

View File

@@ -4,7 +4,10 @@
lib,
...
}: let
mkUser = {userName, uid}: {
mkUser = {
userName,
uid,
}: {
isNormalUser = true;
home = "/home/${userName}";
initialPassword = "password";
@@ -18,7 +21,6 @@
userName = "daniel";
uid = 1000;
};
in {
# Use the systemd-boot EFI boot loader.
boot.kernelPackages = pkgs.linuxPackages_latest;
@@ -79,6 +81,7 @@ in {
git
htop
helix
jq
nnn
ripgrep
wget

View File

@@ -1,5 +1,4 @@
{...}:
{
{...}: {
services.fail2ban = {
enable = true;
maxretry = 5;

View File

@@ -1,5 +1,8 @@
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
services.gitea = {
enable = true;
appName = "The Broccoli Patch"; # Give the site a name

View File

@@ -1,6 +1,4 @@
{
...
}: {
{...}: {
services.golink = {
enable = true;

View File

@@ -1,5 +1,4 @@
{ config, ... }:
{
{config, ...}: {
virtualisation.oci-containers = {
backend = "docker";
containers = {

View File

@@ -7,7 +7,6 @@
./waybar
];
home.file = {
".age/age.txt" = {
source = config.lib.file.mkOutOfStoreSymlink "/run/agenix/age_identity";

View File

@@ -1,6 +1,4 @@
{...}:
{
{...}: {
programs.neovim.enable = true;
home.file = {