Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix

This commit is contained in:
2025-06-11 13:14:22 +02:00
21 changed files with 159 additions and 104 deletions

View File

@@ -10,7 +10,7 @@
];
settings = {
hostname = "ti-clt-dsk01";
hostname = "ti-clt-lpt01";
display-manager = "cosmic-greeter";
desktop-environments = {
cosmic.enable = true;
@@ -55,6 +55,7 @@
configurationLimit = 32;
};
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = [ "nfs" ];
# Networking
networking.hosts = {

View File

@@ -48,7 +48,6 @@
home.packages = with pkgs; [
# Desktop Applications
kdenlive
prismlauncher
unstable.prusa-slicer
signal-desktop
@@ -62,7 +61,6 @@
unstable.hoppscotch
unstable.apostrophe
unstable.surfer # waveform viewer
unstable.drawio
# Office
libreoffice
@@ -72,9 +70,6 @@
inkscape
unstable.obs-studio
# Development
unstable.drawio
unstable.moonlight-qt
# Scripts

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ modulesPath, ... }:
{ modulesPath, lib, ... }:
{
imports = [
@@ -12,6 +12,8 @@
../../modules/system/default.nix
];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
settings = {
hostname = "v-th-ctr-01";
display-manager = "none";

View File

@@ -57,6 +57,7 @@
vikunja.enable = true;
stalwart.enable = true;
linkding.enable = true;
jellyfin.enable = true;
};
};