Convert system configuration to a flake
This commit is contained in:
parent
17e1bcc485
commit
741e3b973f
3 changed files with 43 additions and 0 deletions
|
|
@ -1,33 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./boot.nix
|
||||
./interface.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
./web.nix
|
||||
./chat.nix
|
||||
./coding.nix
|
||||
./gaming.nix
|
||||
./media.nix
|
||||
./illustration.nix
|
||||
./productivity.nix
|
||||
./modelling.nix
|
||||
./backup.nix
|
||||
];
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
nixpkgs = {
|
||||
hostPlatform = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue