va a ciapa i ratt
This commit is contained in:
parent
fac91af11a
commit
8346c9f02c
43 changed files with 909 additions and 446 deletions
|
@ -25,17 +25,17 @@
|
|||
initial-config = fleetFlake.inputs.nixos-generators.nixosGenerate {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
fleetFlake.inputs.nixos-vscode-server.nixosModule
|
||||
# fleetFlake.inputs.nixos-vscode-server.nixosModule
|
||||
({
|
||||
modulesPath,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.vscode-server = {
|
||||
enable = true;
|
||||
enableFHS = true;
|
||||
};
|
||||
# services.vscode-server = {
|
||||
# enable = true;
|
||||
# enableFHS = true;
|
||||
# };
|
||||
system.build.qcow = lib.mkForce (import "${toString modulesPath}/../lib/make-disk-image.nix" {
|
||||
inherit lib config pkgs;
|
||||
diskSize = 50 * 1024;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue