Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 750cfa3

Browse files
Merge branch 'main' into specialisations
2 parents 3f7f9e4 + 5e219b2 commit 750cfa3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

home/hosts/rescanix.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
usbutils
122122
util-linux
123123
uutils-coreutils
124+
ventoy-full
124125
virt-manager
125126
vlc
126127
vscodium

home/programs/terminal/fish/abbreviations/mullvad.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
mld = "mullvad disconnect -w";
66
mle = "mullvad-exclude";
77
mll = "mullvad relay set location";
8+
mlls = "mullvad relay list";
89
mlr = "mullvad reconnect -w";
910
mls = "mullvad status -v";
1011
mlsl = "mullvad status -v listen";

nixos/workstation/hosts/rescanix/disko.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ESP = {
1111
size = "512M";
1212
type = "EF00";
13-
label = "boot";
13+
label = "${config.host.name}-boot";
1414

1515
content = {
1616
type = "filesystem";
@@ -21,7 +21,7 @@
2121

2222
root = {
2323
size = "100%";
24-
label = "root";
24+
label = "${config.host.name}-root";
2525

2626
content = {
2727
type = "btrfs";

0 commit comments

Comments
 (0)