mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 23:25:39 +01:00
Compare commits
No commits in common. "c2a9740c77adefa361e07ac9325e28dce069fd4d" and "a371faa29cb8280d3701b3e25d2644ce4857c196" have entirely different histories.
c2a9740c77
...
a371faa29c
4 changed files with 1 additions and 62 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<p align="center">
|
||||
<img src="./.github/assets/screenshots/sakura-desktop.png" /> <br>
|
||||
Screenshot last updated <b>2025-05-11</b>
|
||||
Screenshots last updated <b>2024-09-04</b>
|
||||
</p>
|
||||
|
||||
# Overview
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./variables.nix
|
||||
./../../modules/core/default.server.nix
|
||||
];
|
||||
|
||||
networking.hostName = "lily";
|
||||
|
||||
liv.server.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty.terminfo
|
||||
zfs
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
};
|
||||
|
||||
networking.hostId = "8wfk1d8a";
|
||||
|
||||
services.zfs = {
|
||||
autoScrub.enable = true;
|
||||
trim.enable = true;
|
||||
};
|
||||
|
||||
# boot.zfs.extraPools = [ "terrabite" ];
|
||||
|
||||
# fileSystems."/terrabite/main" = {
|
||||
# device = "terrabite/main";
|
||||
# fsType = "zfs";
|
||||
# };
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
inherit (config.liv) variables;
|
||||
in
|
||||
{
|
||||
options.liv.variables.lily = {
|
||||
thisMachine = mkOption {
|
||||
default = "lily.srv.${variables.primaryDomain}";
|
||||
type = types.str;
|
||||
readOnly = true;
|
||||
description = "Domain of this specific machine";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -81,7 +81,6 @@
|
|||
|
||||
# Email/calendar/etc
|
||||
neomutt
|
||||
w3m
|
||||
khard
|
||||
khal
|
||||
vdirsyncer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue