1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-10 05:07:29 +02:00

nushell; remove ssd1 mnt on asmodeus

This commit is contained in:
xqtc 2025-04-10 17:19:16 +02:00
parent aa3e445ebb
commit f6f6d865a1
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 5 additions and 5 deletions
hosts/x86_64-linux/asmodeus

View file

@ -177,7 +177,7 @@
isNormalUser = true; isNormalUser = true;
extraGroups = ["wheel" "sudo" "docker" "adbusers"]; # Enable sudo for the user. extraGroups = ["wheel" "sudo" "docker" "adbusers"]; # Enable sudo for the user.
packages = with pkgs; [wezterm nushell zsh]; packages = with pkgs; [wezterm nushell zsh];
shell = pkgs.zsh; shell = pkgs.nushell;
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:

View file

@ -29,10 +29,10 @@
device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe"; device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/mnt/SSD1" = { # fileSystems."/mnt/SSD1" = {
device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83"; # device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83";
fsType = "btrfs"; # fsType = "btrfs";
}; # };
swapDevices = []; swapDevices = [];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking