Skip to content

Commit

Permalink
fix(build): nixos-wsl & googled-dragon build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 9, 2024
1 parent 18ef80f commit 0d20388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion nixos/google-dragon/google-dragon.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
inputs,
lib,
...
}: {
imports = ["${toString inputs.nixpkgs}/nixos/modules/virtualisation/google-compute-image.nix"];

dr460nixed = {
grub = {
devices = ["/dev/sda"];
device = "/dev/sda";
enable = true;
};
servers = {
Expand Down
2 changes: 0 additions & 2 deletions nixos/nixos-wsl/nixos-wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@
config.enable = true;
};
shellAbbrs = {
"reb" = " sudo nixos-rebuild switch -L";
"roll" = "sudo nixos-rebuild switch --rollback";
"su" = "sudo su -";
"tarnow" = "tar acf ";
"test" = "sudo nixos-rebuild switch --test";
Expand Down

0 comments on commit 0d20388

Please sign in to comment.