remove unneeded inputs to allow deadnix

This commit is contained in:
Callum Leslie 2024-09-05 10:44:38 +01:00
parent d84b7c6008
commit 89d92d10f3
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
26 changed files with 21 additions and 110 deletions

View file

@ -1,12 +1,8 @@
{
config,
pkgs,
inputs,
self,
...
}: let
#inherit (self.nixosModules) keys;
in {
}: {
nixpkgs.hostPlatform = "x86_64-linux";
c.services.mesh = {
enable = true;

View file

@ -1,4 +1,4 @@
{inputs, ...}: {
{...}: {
imports = [
./hardware-configuration.nix
./configuration.nix

View file

@ -1,4 +1,4 @@
{config, ...}: {
{...}: {
networking = {
hostName = "artemis";
networkmanager.enable = true;