error?
This commit is contained in:
@@ -163,7 +163,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
sandbox-nathan = nixpkgs.lib.nixosSystem {
|
container = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inputs = inputs // {
|
inputs = inputs // {
|
||||||
nathan-home-manager = import ./home-manager/nathan;
|
nathan-home-manager = import ./home-manager/nathan;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
hostAddress = "192.168.100.10";
|
hostAddress = "192.168.100.10";
|
||||||
localAddress = "192.168.100.31";
|
localAddress = "192.168.100.31";
|
||||||
|
|
||||||
flake = "${inputs.self}#nixosConfigurations.sandbox-nathan";
|
flake = "${inputs.self}";
|
||||||
|
|
||||||
bindMounts = {
|
bindMounts = {
|
||||||
"/dev/nvidia0" = {
|
"/dev/nvidia0" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user