mirror of
https://git.gay/xqtc/nixos-config
synced 2025-07-17 23:32:36 +02:00
ssd mount asmodeus
This commit is contained in:
parent
65eb581597
commit
b26a832d91
3 changed files with 11 additions and 7 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue