Compare commits
2 Commits
c3345aaebb
...
eb145c067f
| Author | SHA1 | Date | |
|---|---|---|---|
| eb145c067f | |||
| 2213db9800 |
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user