mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-17 17:07:29 +02:00
nushell; remove ssd1 mnt on asmodeus
This commit is contained in:
parent
aa3e445ebb
commit
f6f6d865a1
2 changed files with 5 additions and 5 deletions
hosts/x86_64-linux/asmodeus
|
@ -177,7 +177,7 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "sudo" "docker" "adbusers"]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [wezterm nushell zsh];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
|
@ -29,10 +29,10 @@
|
|||
device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/mnt/SSD1" = {
|
||||
device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
# fileSystems."/mnt/SSD1" = {
|
||||
# device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83";
|
||||
# fsType = "btrfs";
|
||||
# };
|
||||
swapDevices = [];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
Loading…
Add table
Reference in a new issue