mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
fixes for flake migration on bulwark
This commit is contained in:
parent
cd8af31922
commit
56cbe3e4a7
@ -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; };
|
specialArgs = { inherit user inputs 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