chore: haha nope we're not doing agenix

This commit is contained in:
Ahwx 2025-07-27 15:28:27 +02:00
parent 4c22af50a4
commit 7210e9f9f2
3 changed files with 1 additions and 16 deletions

View file

@ -1,13 +0,0 @@
{
config,
system,
pkgs,
lib,
inputs,
...
}:
{
environment.systemPackages = [
inputs.agenix.packages.${pkgs.system}.default
];
}

View file

@ -2,7 +2,6 @@
{
imports =
[ (import ./docker.nix) ]
++ [ (import ./agenix.nix) ]
++ [ (import ./hardware.nix) ]
# ++ [(import ./displaylink.nix)]
# ++ [(import ./printing.nix)]

View file

@ -1,4 +1,4 @@
{ pkgs, agenix, ... }:
{ pkgs, ... }:
{
programs = {
dconf.enable = true;
@ -15,6 +15,5 @@
git
dig
traceroute
# agenix.packages.x86_64-linux.default
];
}