mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds extra config using agenix (4)
This commit is contained in:
parent
599c273fc5
commit
a0693e6983
3 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ pkgs, config, iceshrimp, ... }:
|
||||
{ pkgs, config, iceshrimp, agenix, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./../../modules/core
|
||||
./../../modules/services/violet.nix
|
||||
iceshrimp.nixosModules.default
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
|
||||
networking.hostName = "violet";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue