Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terraform/nixos-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
systemd.tmpfiles.rules = [
"d /data/nix-store 0755 root root -"
"d /data/workspace 0755 nixos nixos -"
"f /var/lib/systemd/linger/root 0644 root root -"
];

# -------------------------------------------------------------------------
Expand Down Expand Up @@ -158,7 +159,6 @@
ws = "cd /data/workspace";
dinit = "echo 'use nix' > .envrc && direnv allow"; # init direnv for a flake dir
};

# -------------------------------------------------------------------------
# SSH
# -------------------------------------------------------------------------
Expand Down
Loading