mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: haha nope we're not doing agenix
This commit is contained in:
parent
4c22af50a4
commit
7210e9f9f2
3 changed files with 1 additions and 16 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
config,
|
||||
system,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.agenix.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports =
|
||||
[ (import ./docker.nix) ]
|
||||
++ [ (import ./agenix.nix) ]
|
||||
++ [ (import ./hardware.nix) ]
|
||||
# ++ [(import ./displaylink.nix)]
|
||||
# ++ [(import ./printing.nix)]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, agenix, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
|
|
@ -15,6 +15,5 @@
|
|||
git
|
||||
dig
|
||||
traceroute
|
||||
# agenix.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue