mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 05:17:00 -05:00
Typo
This commit is contained in:
parent
56278c47b5
commit
50aeb0ba6f
1 changed files with 24 additions and 23 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue