diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-11 19:12:09 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-11 19:12:09 -0700 |
| commit | 3e745df545120845858d78402a76dcf2e0a1535a (patch) | |
| tree | c88ccb98adb5a36e57f3bd60b215db215a1650df /flake.nix | |
| parent | efd88002edcd397efca1b8769ea0761f4680bf04 (diff) | |
Remove old unused code
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -4,11 +4,6 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - #disko = { - # url = "github:nix-community/disko"; - # inputs.nixpkgs.follows = "nixpkgs"; - #}; - impermanence = { url = "github:nix-community/impermanence"; }; @@ -24,9 +19,6 @@ nixosConfigurations.default = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ - #inputs.disko.nixosModules.default - #(import ./disko.nix { device = "/dev/vda"; }) - ./configuration.nix inputs.home-manager.nixosModules.default |