remove dead code

This commit is contained in:
oxapentane - 2022-07-11 13:57:07 +02:00
parent 216406fd18
commit 36e7908773
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
5 changed files with 4 additions and 6 deletions

View File

@ -2,8 +2,6 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, ... }:
{
microvm = {
hypervisor = "cloud-hypervisor";

View File

@ -1,4 +1,4 @@
{ config, ... }: {
{
imports = [
./clicky-bunty.nix
./data-accumulator.nix

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ config, ... }: {
services = {
nginx = {
enable = true;

View File

@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{ config, ... }: {
dump-dvb.funnel = {
enable = true;
GRPC = {

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
dump-dvb = {
gnuradio = {