mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -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, ... }:
|
||||
{
|
||||
inherit system;
|
||||
specialArgs = { inherit user inputs; };
|
||||
specialArgs = { inherit user inputs jovian-nixos; };
|
||||
modules = [
|
||||
../default # shared by all configs
|
||||
../default/physical/configuration.nix # shared by physical machines
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
imports = [
|
||||
(jovian-nixos + "/modules")
|
||||
home-manager.nixosModule
|
||||
#home-manager.nixosModule
|
||||
];
|
||||
|
||||
jovian = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user