finally on flake parts

just need to remove fup now
This commit is contained in:
Callum Leslie 2024-09-05 09:50:37 +01:00 committed by Callum Leslie
parent 3b4057b366
commit fdafb67215
20 changed files with 206 additions and 123 deletions

View file

@ -3,10 +3,12 @@
lib,
pkgs,
inputs,
self,
...
}: let
inherit (inputs.self.nixosModules) keys;
#inherit (self.nixosModules) keys;
in {
nixpkgs.hostPlatform = "x86_64-linux";
c.services.mesh = {
enable = true;
exitNode = true;
@ -17,7 +19,7 @@ in {
enable = true;
host = "media.cleslie.uk";
port = 62480;
keys = keys.c;
keys = config.keys.c;
buildOn = "local";
};
@ -26,7 +28,7 @@ in {
users.users.media = {
isNormalUser = true;
extraGroups = ["wheel" "multimedia"];
openssh.authorizedKeys.keys = keys.c;
openssh.authorizedKeys.keys = config.keys.c;
packages = with pkgs; [
tree
nixvim