This commit is contained in:
iFargle 2023-08-27 19:41:56 +09:00
parent c4c7cf9b17
commit 261889d448
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{pkgs, gpu, ...}: { {inputs, pkgs, gpu, ...}: {
nixpkgs = { nixpkgs = {
overlays = [ overlays = [

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, ... }: { { lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, ... }: {
imports = [ imports = [
# Services # Services
./common/services/openssh.nix ./common/services/openssh.nix