2023-05-12 03:22:09 +02:00
|
|
|
|
# Edit this configuration file to define what should be installed on
|
|
|
|
|
# your system. Help is available in the configuration.nix(5) man page
|
|
|
|
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
|
|
|
|
|
2023-05-22 16:47:13 +02:00
|
|
|
|
{ name, ... }:
|
2023-06-30 18:40:09 +02:00
|
|
|
|
|
2023-05-12 03:22:09 +02:00
|
|
|
|
{
|
|
|
|
|
imports =
|
2023-05-22 15:05:58 +02:00
|
|
|
|
[
|
2023-06-30 18:40:09 +02:00
|
|
|
|
./plausible.nix
|
2023-07-18 17:03:01 +02:00
|
|
|
|
# ./wordpress
|
2023-05-12 03:22:09 +02:00
|
|
|
|
];
|
|
|
|
|
|
2023-05-17 01:10:18 +02:00
|
|
|
|
networking.hostName = name;
|
2023-05-12 03:22:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|