Remove unnecessary attributes
This commit is contained in:
parent
556706f43c
commit
3693994200
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
{ ... }: {
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/NixOS";
|
||||
fsType = "ext4";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
{ modulesPath, ... }: {
|
||||
imports = [
|
||||
./base.nix
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, ... }: {
|
||||
{ ... }: {
|
||||
imports = [
|
||||
../hardware/qemu.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue