Machines/SurfaceGo: remove unused stuff
This commit is contained in:
parent
a4494f566b
commit
78d717bfef
1 changed files with 1 additions and 10 deletions
|
|
@ -1,12 +1,9 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, /*modulesPath,*/ ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
/*imports =
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];*/
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usbhid" "rtsx_pci_sdmmc" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
|
|
@ -39,12 +36,6 @@
|
|||
options = [ "subvol=@home" "compress=zstd" ];
|
||||
};
|
||||
|
||||
/*fileSystems."/swap" = {
|
||||
device = "/dev/disk/by-uuid/19a52b40-3ff6-47ff-9402-18d8b289643e";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@swapfile" ];
|
||||
};*/
|
||||
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/disk/by-uuid/EC76-201F";
|
||||
fsType = "vfat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue