ssd mount asmodeus

This commit is contained in:
xqtc 2025-05-30 23:15:30 +02:00
parent 65eb581597
commit b26a832d91
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
3 changed files with 11 additions and 7 deletions

6
flake.lock generated
View file

@ -929,11 +929,11 @@
},
"nixpkgs_8": {
"locked": {
"lastModified": 1744232761,
"narHash": "sha256-gbl9hE39nQRpZaLjhWKmEu5ejtQsgI5TWYrIVVJn30U=",
"lastModified": 1747744144,
"narHash": "sha256-W7lqHp0qZiENCDwUZ5EX/lNhxjMdNapFnbErcbnP11Q=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f675531bc7e6657c10a18b565cfebd8aa9e24c14",
"rev": "2795c506fe8fb7b03c36ccb51f75b6df0ab2553f",
"type": "github"
},
"original": {

View file

@ -27,6 +27,10 @@
plugins = with pkgs; [
tmuxPlugins.cpu
tmuxPlugins.resurrect
{
plugin = tmuxPlugins.session-wizard;
extraConfig = " set -g @session-wizard 'T'\n";
}
{
plugin = tmuxPlugins.continuum;
extraConfig = " set -g @continuum-restore 'on'\n";

View file

@ -24,10 +24,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/4ac5a0e9-2335-4f64-b4f4-c4ab504e6fd7";
fsType = "btrfs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking