fixed some stuff

This commit is contained in:
William 2025-10-17 11:01:11 -03:00
parent 6d41eeaf88
commit 64379d7ab4
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,9 @@
{ inputs, self, ... }:
{
flake.deploy.nodes = {
flake.deploy = {
remoteBuild = true;
alexandria = {
nodes = {
alexandria = {
hostname = "alexandria";
profiles.system = {
sshUser = "user";
@ -36,6 +37,7 @@
};
};
};
};
perSystem =
{ system, ... }:
{