add new machine

This commit is contained in:
randomuser 2023-10-15 13:31:54 -05:00
parent c9bc2af270
commit 8761dd3db5
1 changed files with 12 additions and 0 deletions

12
boxes/inspiron.nix Normal file
View File

@ -0,0 +1,12 @@
{ lib, config, pkgs, ...}:
{
imports = [
../common/desktop.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
networking.hostName = "mainsail";
}