mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 06:33:24 -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
|
./nixos-anywhere.nix
|
||||||
../../modules/common
|
../../modules/common
|
||||||
../../modules/nixos
|
../../modules/nixos
|
||||||
] {
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
||||||
physical = true;
|
physical = true;
|
||||||
|
|
@ -44,5 +44,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.flatpak.enable = false;
|
services.flatpak.enable = false;
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
};
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue