nix-configs

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

commit eb2303b7c9bf06ad545c27e718244882533fe344
parent 42f317cb53c8ac535f773397574fa650714bc27b
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed,  6 Aug 2025 12:36:48 +0100

Tank is now included via common include

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

diff --git a/machines/artemis.nix b/machines/artemis.nix @@ -57,12 +57,6 @@ 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?