mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 14:24:38 -05:00
Dirty?
This commit is contained in:
parent
f947115220
commit
505247cf5f
5 changed files with 419 additions and 2 deletions
|
|
@ -43,16 +43,20 @@
|
|||
gitEmail = "me@annikamerris.com";
|
||||
nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||
};
|
||||
in
|
||||
in rec
|
||||
{
|
||||
nixosConfigurations = {
|
||||
kim = import ./hosts/kim {
|
||||
inherit inputs globals overlays;
|
||||
inherit inputs globals;
|
||||
};
|
||||
virt-nix = import ./hosts/virt-nix {
|
||||
inherit inputs globals;
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
kim = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
||||
virt-nix = nixosConfigurations.kim.config.home-manager.users.${globals.user}.home;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue