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": {
|
||||
"locked": {
|
||||
"lastModified": 1772726191,
|
||||
"narHash": "sha256-a0TuNdBQxOK8QN5Bg5qSOGFSoAhAIpx+mQS85eUgP7k=",
|
||||
"lastModified": 1772726405,
|
||||
"narHash": "sha256-8YtqEdDjWkZF944yshPPJ3e+wydsQo6cjB48v+R0zas=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2dbe324e967958a042a5969a4d50e899e79cf744",
|
||||
"rev": "ab53dac44cbb2ae98778ae73fd66020db66eb5a2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
michael = {
|
||||
hostname = "michael";
|
||||
sshUser = "cschmatzler";
|
||||
remoteBuild = true;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.michael;
|
||||
@@ -15,6 +16,7 @@
|
||||
tahani = {
|
||||
hostname = "tahani";
|
||||
sshUser = "cschmatzler";
|
||||
remoteBuild = true;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos config.flake.nixosConfigurations.tahani;
|
||||
|
||||
Reference in New Issue
Block a user