Cleanup dead code

This commit is contained in:
Nicolas Jeannerod 2024-11-11 17:22:59 +01:00
parent e32d5ec84d
commit a524274254
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -37,10 +37,8 @@
perSystem = perSystem =
{ {
config, config,
self',
inputs', inputs',
pkgs, pkgs,
system,
... ...
}: }:
{ {
@ -130,9 +128,7 @@
ssh.hostPublicKey = readFile ./hostKeys/fedi${self.vmIdTo03d vmid}/ssh_host_ed25519_key.pub; ssh.hostPublicKey = readFile ./hostKeys/fedi${self.vmIdTo03d vmid}/ssh_host_ed25519_key.pub;
nixpkgs = inputs.nixpkgs; nixpkgs = inputs.nixpkgs;
nixos.module = nixos.module = {
{ pkgs, modulesPath, ... }:
{
imports = [ imports = [
vmconfig vmconfig
{ procolix.vmid = vmid; } { procolix.vmid = vmid; }