Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Oct 18, 2024
1 parent 7d253d9 commit b9d0bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/minecraft.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{inputs, modulesPath, ...}: {
{modulesPath, ...}: {
imports = [
(modulesPath + "/virtualisation/digital-ocean-init.nix")
{
Expand All @@ -22,13 +22,13 @@
do-agent.enable = true;
};
}
inputs.home-manager.nixosModules.home-manager
#inputs.home-manager.nixosModules.home-manager
./with/nix.nix
./with/trait/allow-unfree-packages.nix
./with/trait/ssh-enabled.nix
./with/trait/has-swapfile.nix
{has-swapfile.sizeGb = 4;}
./with/user/root.nix
./with/user/steve.nix
#./with/user/steve.nix
];
}

0 comments on commit b9d0bcf

Please sign in to comment.