nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 41534cd604bb25bcfa7be5dcefc6ae7197f07e75
parent dfc228ac01ea86ed1af0c81ac5e48f704b899a97
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue,  5 Aug 2025 18:59:00 +0100

Mount second drive on artemis

This by-label lark is pretty cool actually

Diffstat:
Mmachines/artemis.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/machines/artemis.nix b/machines/artemis.nix @@ -53,6 +53,12 @@ in { home.stateVersion = "25.05"; }; + # Storage tank + fileSystems."/tank" = { + device = "/dev/disk/by-label/TANK"; + fsType = "ext4"; + }; + networking.hostName = "artemis"; # Define your hostname. system.stateVersion = "25.05"; # Did you read the comment?