add vscode server microvm and update user configurations
This commit is contained in:
parent
386b70314d
commit
3b043eaf6d
6 changed files with 62 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ in {
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
"${impermanence}/nixos.nix"
|
||||
(import <nix-snapd>).nixosModules.default
|
||||
# (import <nix-snapd>).nixosModules.default
|
||||
./utils/bento.nix
|
||||
|
||||
./utils/modules/sops.nix
|
||||
|
|
@ -40,7 +40,7 @@ in {
|
|||
|
||||
];
|
||||
|
||||
services.snap.enable = true;
|
||||
# services.snap.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./utils/overlays/packages.nix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue