diff --git a/README.md b/README.md index 0ce532e..63e92f8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@


- Screenshot last updated 2025-05-11 + Screenshots last updated 2024-09-04

# Overview diff --git a/hosts/lily/default.nix b/hosts/lily/default.nix deleted file mode 100644 index b7772a7..0000000 --- a/hosts/lily/default.nix +++ /dev/null @@ -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"; - # }; -} diff --git a/hosts/lily/variables.nix b/hosts/lily/variables.nix deleted file mode 100644 index 00f986e..0000000 --- a/hosts/lily/variables.nix +++ /dev/null @@ -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"; - }; - }; -} diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 73b9fa8..ce2d3de 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -81,7 +81,6 @@ # Email/calendar/etc neomutt - w3m khard khal vdirsyncer