test
This commit is contained in:
parent
c4c7cf9b17
commit
261889d448
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, gpu, ...}: {
|
||||
{inputs, pkgs, gpu, ...}: {
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, ... }: {
|
||||
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, ... }: {
|
||||
imports = [
|
||||
# Services
|
||||
./common/services/openssh.nix
|
||||
|
|
Loading…
Reference in a new issue