mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 07:20:05 -05:00
First pass for steven
This commit is contained in:
parent
64499f2c1b
commit
8997f6cf9c
3 changed files with 152 additions and 0 deletions
|
|
@ -76,6 +76,9 @@
|
|||
virt-nix = import ./hosts/virt-nix {
|
||||
inherit inputs globals;
|
||||
};
|
||||
steven = import ./hosts/steven {
|
||||
inherit inputs globals;
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
@ -83,6 +86,7 @@
|
|||
envy = nixosConfigurations.envy.config.home-manager.users.${globals.user}.home;
|
||||
parents = nixosConfigurations.parents.config.home-manager.users.${globals.user}.home;
|
||||
virt-nix = nixosConfigurations.virt-nix.config.home-manager.users.${globals.user}.home;
|
||||
steven = nixosConfigurations.virt-nix.config.home-manager.users.${globals.user}.home;
|
||||
};
|
||||
|
||||
permittedInsecurePackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue