mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
Compare commits
No commits in common. "5dd0098d611dbc09d01f4f135922fbd031661bf9" and "01eeb12ec6c100ad323089c35919e3f84340e3eb" have entirely different histories.
5dd0098d61
...
01eeb12ec6
2 changed files with 3 additions and 4 deletions
|
@ -41,7 +41,6 @@ in
|
||||||
freetube
|
freetube
|
||||||
dissent
|
dissent
|
||||||
discordCanary
|
discordCanary
|
||||||
vesktop
|
|
||||||
element
|
element
|
||||||
signal
|
signal
|
||||||
sharing
|
sharing
|
||||||
|
|
|
@ -64,11 +64,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/c9a82c93-1da4-4cd1-a1fa-26483271a2bb";
|
device = "/dev/disk/by-uuid/1556c3ad-8835-4cdf-a619-649d658bf6c7";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/71CA-765A";
|
device = "/dev/disk/by-uuid/9EDC-E534";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = deimos.boot.options;
|
options = deimos.boot.options;
|
||||||
};
|
};
|
||||||
|
@ -80,7 +80,7 @@ in
|
||||||
;
|
;
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
|
{ device = "/dev/disk/by-uuid/fa814d6b-5ba9-48e6-8581-e6b5560a5038"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue