mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
f92c6e6b5b
@ -1,7 +1,7 @@
|
|||||||
{ lib, system, user, inputs, agenix, home-manager, jovian-nixos, ... }:
|
{ lib, system, user, inputs, agenix, home-manager, jovian-nixos, ... }:
|
||||||
{
|
{
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit user inputs home-manger; };
|
specialArgs = { inherit user inputs home-manager jovian-nixos; };
|
||||||
modules = [
|
modules = [
|
||||||
../default # shared by all configs
|
../default # shared by all configs
|
||||||
../default/physical/configuration.nix # shared by physical machines
|
../default/physical/configuration.nix # shared by physical machines
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(jovian-nixos + "/modules")
|
(jovian-nixos + "/modules")
|
||||||
home-manager.nixosModule
|
#home-manager.nixosModule
|
||||||
];
|
];
|
||||||
|
|
||||||
jovian = {
|
jovian = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user