mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nix): basic agenix config
This commit is contained in:
parent
20d49fd7b6
commit
ad31348634
4 changed files with 109 additions and 12 deletions
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
system,
|
||||
hostname,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
unstable,
|
||||
agenix,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -9,6 +9,8 @@
|
|||
stow
|
||||
git
|
||||
gcc
|
||||
|
||||
agenix.default
|
||||
];
|
||||
|
||||
# TODO: try to move this to home-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue