mirror of
https://github.com/kmein/niveum
synced 2026-03-22 04:41:07 +01:00
feat(tahina): init
This commit is contained in:
29
systems/tahina/configuration.nix
Normal file
29
systems/tahina/configuration.nix
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (import <niveum/lib>) retiolumAddresses;
|
||||
in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
<niveum/configs/monitoring.nix>
|
||||
<niveum/configs/nix.nix>
|
||||
<niveum/configs/save-space.nix>
|
||||
<niveum/configs/spacetime.nix>
|
||||
<niveum/configs/sshd.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
];
|
||||
|
||||
nix.nixPath = ["/var/src"];
|
||||
|
||||
networking = {
|
||||
hostName = "tahina";
|
||||
retiolum = retiolumAddresses.tahina;
|
||||
};
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
environment.systemPackages = [pkgs.vim pkgs.git pkgs.tmux pkgs.python3];
|
||||
}
|
||||
Reference in New Issue
Block a user