Update disko

This commit is contained in:
Invariantspace 2024-02-26 21:06:48 -08:00
parent 8862537d5e
commit 0863fa0dfb
9 changed files with 40 additions and 29 deletions

View file

@ -9,7 +9,6 @@
type = "gpt";
partitions = {
esp = {
label = "esp";
size = "2G";
type = "ef00";
content = {

View file

@ -1,4 +1,6 @@
{ ... }: {
{ ... }:
{
services.tailscale = {
enable = true;
port = 12765;

View file

@ -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 = {

View file

@ -1,4 +1,5 @@
{ config, ... }:
{
hardware.opengl.enable = true;

View file

@ -1,4 +1,6 @@
{ ... }: {
{ ... }:
{
services.tailscale = {
enable = true;
port = 25555;

View file

@ -1,4 +1,6 @@
{ config, ... }: {
{ config, ... }:
{
boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;

View file

@ -1,4 +1,6 @@
{ inputs, ... }: {
{ inputs, ... }:
{
imports = [
inputs.mailserver.nixosModule
./caddy.nix