mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove agenix because i cant get it to work (2)
This commit is contained in:
parent
302ee11e53
commit
8b5787e109
3 changed files with 5 additions and 11 deletions
|
|
@ -1,11 +1,10 @@
|
|||
{ pkgs, config, iceshrimp, agenix, ... }:
|
||||
{ pkgs, config, iceshrimp, ... }:
|
||||
{
|
||||
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