Add agenix to all nodes

This commit is contained in:
2023-09-04 22:09:40 +02:00
parent 2042d58b72
commit 68f4d54dd1
4 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, agenix, ... }:
{ config, pkgs, ... }:
{
imports = [
@@ -10,11 +10,6 @@
./nfs.nix
./slurm-daemon.nix
#./pxe.nix
agenix.nixosModules.default
];
environment.systemPackages = [
agenix.packages.x86_64-linux.default
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" "powerpc64le-linux" "riscv64-linux" ];