mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
oops
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
|
|
||||||
home-manager.users."${config.var.username}" = import ./home.nix;
|
home-manager.users."${config.var.username}" = import ./home.nix;
|
||||||
|
|
||||||
|
# FIXME: Temporary, for a course on Kubernetes
|
||||||
|
networking.extraHosts = ''
|
||||||
|
127.0.0.1 super-ai-croquette.local
|
||||||
|
'';
|
||||||
|
|
||||||
# Don't touch this
|
# Don't touch this
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,10 +98,5 @@
|
|||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: Temporary, for a course on Kubernetes
|
|
||||||
networking.extraHosts = ''
|
|
||||||
127.0.0.1 super-ai-croquette.local
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user