summaryrefslogtreecommitdiff
path: root/hosts/flora
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/flora/configuration.nix4
-rw-r--r--hosts/flora/hardware-configuration.nix4
-rw-r--r--hosts/flora/services/blog.nix4
-rw-r--r--hosts/flora/services/pleroma.nix5
4 files changed, 6 insertions, 11 deletions
diff --git a/hosts/flora/configuration.nix b/hosts/flora/configuration.nix
index 5bdc18a..b2699b7 100644
--- a/hosts/flora/configuration.nix
+++ b/hosts/flora/configuration.nix
@@ -19,10 +19,6 @@
boot.loader.grub.version = 2;
boot.loader.grub.devices = [ "/dev/sda" ];
- hexchen.deploy = {
- ssh.host = "flora";
- };
-
networking = {
hostName = "flora";
diff --git a/hosts/flora/hardware-configuration.nix b/hosts/flora/hardware-configuration.nix
index faac1af..2ce21f4 100644
--- a/hosts/flora/hardware-configuration.nix
+++ b/hosts/flora/hardware-configuration.nix
@@ -1,11 +1,11 @@
# Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
-{ config, lib, pkgs, ... }:
+{ modulesPath, config, lib, pkgs, inputs, ... }:
{
imports =
- [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix>
+ [ "${modulesPath}/profiles/qemu-guest.nix"
];
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "xhci_pci" "sd_mod" "sr_mod" ];
diff --git a/hosts/flora/services/blog.nix b/hosts/flora/services/blog.nix
index 428b3fb..056a63b 100644
--- a/hosts/flora/services/blog.nix
+++ b/hosts/flora/services/blog.nix
@@ -1,9 +1,9 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, pkgs, inputs, ... }:
{
services.nginx.virtualHosts."stuebinm.eu" = {
enableACME = true;
forceSSL = true;
- locations."/".root = (import /home/stuebinm/Dokumente/blog);
+ locations."/".root = (import inputs.blog);
};
}
diff --git a/hosts/flora/services/pleroma.nix b/hosts/flora/services/pleroma.nix
index fca9d65..e93e553 100644
--- a/hosts/flora/services/pleroma.nix
+++ b/hosts/flora/services/pleroma.nix
@@ -1,8 +1,7 @@
-{config, pkgs, ...}:
+{config, pkgs, inputs, ...}:
let
- sources = import ../../../nix/sources.nix;
domain = "pleroma.stuebinm.eu";
in
{
@@ -30,7 +29,7 @@ in
enable = true;
- package = (import sources.nixpkgs-unstable {}).pleroma;
+ package = (import inputs.nixpkgs-unstable {}).pleroma;
# this is barely necessary at this point — all that's
# set in here is the default_signer for joken, and the