Compare commits

...

2 Commits

Author SHA1 Message Date
eb145c067f flk 2026-03-05 16:09:44 +00:00
2213db9800 remote build 2026-03-05 16:09:44 +00:00
2 changed files with 5 additions and 3 deletions

6
flake.lock generated
View File

@@ -668,11 +668,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1772726191, "lastModified": 1772726405,
"narHash": "sha256-a0TuNdBQxOK8QN5Bg5qSOGFSoAhAIpx+mQS85eUgP7k=", "narHash": "sha256-8YtqEdDjWkZF944yshPPJ3e+wydsQo6cjB48v+R0zas=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2dbe324e967958a042a5969a4d50e899e79cf744", "rev": "ab53dac44cbb2ae98778ae73fd66020db66eb5a2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -7,6 +7,7 @@
michael = { michael = {
hostname = "michael"; hostname = "michael";
sshUser = "cschmatzler"; sshUser = "cschmatzler";
remoteBuild = true;
profiles.system = { profiles.system = {
user = "root"; user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.michael; path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.michael;
@@ -15,6 +16,7 @@
tahani = { tahani = {
hostname = "tahani"; hostname = "tahani";
sshUser = "cschmatzler"; sshUser = "cschmatzler";
remoteBuild = true;
profiles.system = { profiles.system = {
user = "root"; user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.tahani; path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.tahani;