summaryrefslogtreecommitdiff
path: root/hosts/test_vm
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
commitd2b6cf44a3277fd5d04bc10110d344827217e24e (patch)
tree6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /hosts/test_vm
parentee7b1d28e41a5ef25686ae1efc58b862e282813a (diff)
nixfmt
Diffstat (limited to 'hosts/test_vm')
-rw-r--r--hosts/test_vm/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/test_vm/default.nix b/hosts/test_vm/default.nix
index 7d84448..6dd2fc1 100644
--- a/hosts/test_vm/default.nix
+++ b/hosts/test_vm/default.nix
@@ -1,7 +1,4 @@
{
- pkgs,
- lib,
- inputs,
...
}:
{
@@ -27,6 +24,10 @@
fileSystems."/" = {
device = "none";
fsType = "tmpfs";
- options = [ "defaults" "size=2G" "mode=755" ];
+ options = [
+ "defaults"
+ "size=2G"
+ "mode=755"
+ ];
};
}