Skip to content

Commit

Permalink
fix: use tmpfs
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 13, 2024
1 parent 698ff50 commit 769661b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/personalities/base/tmpfs.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
boot.tmp.useTmpfs = true;
}
1 change: 1 addition & 0 deletions nixos/personalities/desktop/game-console.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
../../personalities/base/sops.nix
../../personalities/base/openssh.nix
../../personalities/base/nix.nix
../../personalities/base/tmpfs.nix
./sunshine.nix
./audio.nix
] ++ (builtins.attrValues outputs.nixosModules);
Expand Down

0 comments on commit 769661b

Please sign in to comment.