machines: remove unused arguments

This commit is contained in:
Bruno BELANYI 2021-09-24 01:04:34 +02:00
parent 9d362655e2
commit 68be7743ad
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ ... }:
{
imports = [

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ ... }:
{
config.my.services = {
wireguard = {