wip: dnsc-machine setup
This commit is contained in:
parent
6b33207075
commit
50193ad4a0
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -313,19 +313,19 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-backport-fix": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1765812099,
|
"lastModified": 1765762245,
|
||||||
"narHash": "sha256-qz3kYPbJAEWnangoTGICi6QHvOoi9zssJ24MZqv6ejk=",
|
"narHash": "sha256-3iXM/zTqEskWtmZs3gqNiVtRTsEjYAedIaLL0mSBsrk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2bdc7039afa38f4330de69360a817e11f7e2f2c5",
|
"rev": "c8cfcd6ccd422e41cc631a0b73ed4d5a925c393d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-25.11",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2bdc7039afa38f4330de69360a817e11f7e2f2c5",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -427,7 +427,7 @@
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
"nix-homebrew": "nix-homebrew",
|
"nix-homebrew": "nix-homebrew",
|
||||||
"nixpkgs": "nixpkgs_4",
|
"nixpkgs": "nixpkgs_4",
|
||||||
"nixpkgs-backport-fix": "nixpkgs-backport-fix",
|
"nixpkgs-stable": "nixpkgs-stable",
|
||||||
"zellij-switch": "zellij-switch",
|
"zellij-switch": "zellij-switch",
|
||||||
"zen-browser": "zen-browser"
|
"zen-browser": "zen-browser"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
};
|
};
|
||||||
spaces = {
|
spaces = {
|
||||||
"Personal" = {
|
"Personal" = {
|
||||||
id = "c6de089c-410d-4206-961d-ab11f988d40a";
|
id = "53d805fa-2cc1-44b5-929b-a72cc83d9587";
|
||||||
position = 1000;
|
position = 1000;
|
||||||
container = containers."Personal".id;
|
container = containers."Personal".id;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue