Update disko
This commit is contained in:
parent
8862537d5e
commit
0863fa0dfb
9 changed files with 40 additions and 29 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ ... }: {
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
disko.devices = {
|
||||
# Partition the physical disk
|
||||
disk.storage = {
|
||||
|
|
@ -7,7 +9,6 @@
|
|||
type = "gpt";
|
||||
partitions = {
|
||||
esp = {
|
||||
label = "esp";
|
||||
size = "1G";
|
||||
type = "ef00";
|
||||
content = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{ ... }: {
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
port = 25555;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{ config, ... }: {
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
|
||||
boot = {
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue