grrr
This commit is contained in:
parent
ff079017d6
commit
54a26618a1
2 changed files with 2 additions and 13 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -20,7 +21,7 @@
|
||||||
# Flakes
|
# Flakes
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
}
|
};
|
||||||
|
|
||||||
# Power Stuff
|
# Power Stuff
|
||||||
services.power-profiles-daemon.enable = false;
|
services.power-profiles-daemon.enable = false;
|
||||||
|
|
|
||||||
12
flake.nix
12
flake.nix
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
description = "NixOS configuration with flakes";
|
|
||||||
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixos-hardware }: {
|
|
||||||
nixosConfigurations.<your-hostname> = nixpkgs.lib.nixosSystem {
|
|
||||||
modules = [
|
|
||||||
nixos-hardware.nixosModules.framework
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue