This commit is contained in:
Annika Merris 2024-09-04 10:12:41 -04:00
parent 56278c47b5
commit 50aeb0ba6f

View file

@ -19,7 +19,7 @@ inputs.nixpkgs.lib.nixosSystem {
./nixos-anywhere.nix
../../modules/common
../../modules/nixos
] {
{
home-manager.useGlobalPkgs = true;
physical = true;
@ -44,5 +44,6 @@ inputs.nixpkgs.lib.nixosSystem {
services.openssh.enable = true;
services.flatpak.enable = false;
docker.enable = true;
};
}
];
}