Update
This commit is contained in:
parent
ccba6a6b6e
commit
688508cbde
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, hostname, stateVersion, username, desktop, inputs, system, ... }: {
|
||||
{ inputs, lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: {
|
||||
imports = [
|
||||
# Modules
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
|
||||
{ lib, pkgs, hostname, stateVersion, username, desktop, system, ... }: {
|
||||
imports = [
|
||||
# Services
|
||||
./common/services/openssh.nix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
|
||||
{ pkgs, hostname, stateVersion, username, inputs, system, ... }: {
|
||||
imports = [
|
||||
# Modules
|
||||
inputs.disko.nixosModules.disko
|
||||
|
|
Loading…
Reference in a new issue