mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
update flake lock
jellyfin security update also view.mappings.list nvim-tree deprecated also partition type removed from disko
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
partitions = [
|
||||
# Boot partition
|
||||
{
|
||||
type = "partition";
|
||||
name = "ESP";
|
||||
start = "0";
|
||||
end = "512MiB";
|
||||
@ -24,7 +23,6 @@
|
||||
}
|
||||
# Root partition ext4
|
||||
{
|
||||
type = "partition";
|
||||
name = "root";
|
||||
start = "512MiB";
|
||||
end = "100%";
|
||||
|
Reference in New Issue
Block a user